diff options
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index 2b2b09c..1895f11 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -114,14 +114,6 @@ public: {} }; -class DCPError : public std::runtime_error -{ -public: - DCPError (std::string const & message) - : std::runtime_error (message) - {} -}; - class ProgrammingError : public std::runtime_error { public: |
