]> git.lizzy.rs Git - minetest.git/blobdiff - src/exceptions.h
Small fixes of minetest.has_feature
[minetest.git] / src / exceptions.h
index 0ea4c935036573811ff57073022b7913992154ab..6bf832828a58bdc301f96f1197851a8021f91694 100644 (file)
@@ -120,6 +120,11 @@ class ClientStateError : public BaseException {
        ClientStateError(std::string s): BaseException(s) {}
 };
 
+class PrngException : public BaseException {
+public:
+       PrngException(std::string s): BaseException(s) {}
+};
+
 /*
        Some "old-style" interrupts:
 */