mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Revert "Fix settings to honor numeric conversion errors"
This reverts commit 3f376a092e
.
This commit is contained in:
parent
7859e57f6c
commit
c6c5edd73a
8 changed files with 43 additions and 79 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue