summaryrefslogtreecommitdiff
path: root/include/exception.h
AgeCommit message (Collapse)Author
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 ↵Emiel Bruijntjes
with global variables
2013-11-29Changes in exceptions, to distinguish between catching and throwing ↵JasperVanEck
exceptions. README.md of examples is doen for now
2013-11-29Partial Exception implementation added, inherits from std::exceptionJasperVanEck
2013-11-28Added a very basic exception class, and added an exception exampleJasperVanEck