diff NoSuchValueException.hpp @ 19:1ad6fa6dc039

Added new exceptions.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Wed, 05 Sep 2012 21:53:09 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NoSuchValueException.hpp	Wed Sep 05 21:53:09 2012 +0200
@@ -0,0 +1,10 @@
+#ifndef NOSUCHVALUEEXCEPTION_HPP
+#define NOSUCHVALUEEXCEPTION_HPP
+
+#include "Exception.hpp"
+
+class NoSuchValueException : public Exception
+{
+};
+
+#endif //NOSUCHVALUEEXCEPTION_HPP