Note that the base Exception class derivate from std::exception.

This commit is contained in:
nojhan 2011-10-02 12:11:50 +02:00
commit 91e796424f

2
README
View file

@ -19,3 +19,5 @@ Example:
`EXCEPTION(Exception, Existential_Observation );
EXCEPTION(Existential_Observation, Pastafarism_Observation );`
Note that the base "Exception" class derivate from std::exception.