summaryrefslogtreecommitdiff
path: root/include/exception.h
AgeCommit message (Expand)Author
2016-05-20Fix exception catching and properly handle casting functions returning someth...Martijn Otto
2015-03-26Changed default visibility for symbols in the PHP-CPP library to hidden and e...Martijn Otto
2015-01-26Added macro wrapper for noexceptRoland Eischer
2014-07-23Fixed compatibility issue with VS2013andot
2014-06-19errors are no longer thrown as exceptions, but are php fatal errors, so that ...Emiel Bruijntjes
2014-04-06the exception.h header file no longer depends on the zend engine header files...Emiel Bruijntjes
2014-03-24fix compile issues for TRSMEmiel Bruijntjes
2014-03-24added tsrm parameter to all methods to make it compile on tsrm platformsEmiel Bruijntjes
2014-03-10deal with magic methods and magic interfaces that throw exceptionsEmiel Bruijntjes
2014-03-02fixed settings Base::_self variable to a valid, editable value objectEmiel Bruijntjes
2014-01-11fix exception declarationapi.cashsq.com
2013-12-07replaces tabs in source code with regular spaces, added example for working w...Emiel Bruijntjes
2013-11-29Changes in exceptions, to distinguish between catching and throwing exception...JasperVanEck
2013-11-29Partial Exception implementation added, inherits from std::exceptionJasperVanEck
2013-11-28Added a very basic exception class, and added an exception exampleJasperVanEck