aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/exception.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switching to east constYann Herklotz2018-06-231-1/+1
| | | | | | | This is compared to const west, which is not very consistent, as const always acts on what is on its left, and if there isn't anything on the left, it will act on what is on its right. By always placing const on the right of what it should act on, the rule becomes more consistent.
* Adding modelineYann Herklotz2018-06-021-1/+11
|
* Adding exceptionsYann Herklotz2018-04-111-0/+20