aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/base_exception.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* make string constructor argument a constant referenceAlexander Sulfrian2013-01-051-1/+1
|
* added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian2013-01-051-0/+44