]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/exceptions.h
random comment updates
[dragonfireclient.git] / src / exceptions.h
index 95b9eea97ee6ba5e70bf2737047e8cbef7f6ae15..40a0db4aa86110e14f96dac38e0e085a7282a270 100644 (file)
@@ -132,6 +132,14 @@ class CommandLineError : public BaseException
        {}
 };
 
+class ItemNotFoundException : public BaseException
+{
+public:
+       ItemNotFoundException(const char *s):
+               BaseException(s)
+       {}
+};
+
 /*
        Some "old-style" interrupts:
 */