mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 12:15:18 +01:00
Revert "Fix settings to honor numeric conversion errors"
This reverts commit 3f376a092e.
This commit is contained in:
@@ -85,11 +85,6 @@ public:
|
||||
SettingNotFoundException(std::string s): BaseException(s) {}
|
||||
};
|
||||
|
||||
class NumericException : public BaseException {
|
||||
public:
|
||||
NumericException(std::string s): BaseException(s) {}
|
||||
};
|
||||
|
||||
class InvalidFilenameException : public BaseException {
|
||||
public:
|
||||
InvalidFilenameException(std::string s): BaseException(s) {}
|
||||
|
||||
Reference in New Issue
Block a user