summaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h8
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: