]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/exceptions.h
Print --videomodes response to standard output, too
[dragonfireclient.git] / src / exceptions.h
index 6bf832828a58bdc301f96f1197851a8021f91694..4f18f70d97c0ec38db9da8e6ab5bd14204393f44 100644 (file)
@@ -125,6 +125,12 @@ class PrngException : public BaseException {
        PrngException(std::string s): BaseException(s) {}
 };
 
+class ModError : public BaseException {
+public:
+       ModError(const std::string &s): BaseException(s) {}
+};
+
+
 /*
        Some "old-style" interrupts:
 */