From c6c5edd73a97f2991113ba48d9c2415222fe4709 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Wed, 5 Feb 2014 00:05:58 -0500 Subject: Revert "Fix settings to honor numeric conversion errors" This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5. --- src/exceptions.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 703d6c1a5..6fb97f3ed 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -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) {} -- cgit v1.2.3