From 91e796424f22edc3dbba69a0b155c579dd88f805 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 2 Oct 2011 12:11:50 +0200 Subject: [PATCH] Note that the base Exception class derivate from std::exception. --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 4168d70..b471b44 100644 --- a/README +++ b/README @@ -19,3 +19,5 @@ Example: `EXCEPTION(Exception, Existential_Observation ); EXCEPTION(Existential_Observation, Pastafarism_Observation );` +Note that the base "Exception" class derivate from std::exception. +