summaryrefslogtreecommitdiff
path: root/slicer/db/exceptions.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-09-22 20:44:13 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2016-09-22 20:44:13 +0100
commitfa12399b1be92e3645b12787419518a53cb97dae (patch)
treea45962cb789c93ee743aceabba8706ba22f8c556 /slicer/db/exceptions.cpp
parentAllow overriding the default slicer/ header prefix (diff)
downloadslicer-fa12399b1be92e3645b12787419518a53cb97dae.tar.bz2
slicer-fa12399b1be92e3645b12787419518a53cb97dae.tar.xz
slicer-fa12399b1be92e3645b12787419518a53cb97dae.zip
Define all exceptions as ICE exceptions
Diffstat (limited to 'slicer/db/exceptions.cpp')
-rw-r--r--slicer/db/exceptions.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/slicer/db/exceptions.cpp b/slicer/db/exceptions.cpp
deleted file mode 100644
index 50099bd..0000000
--- a/slicer/db/exceptions.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "exceptions.h"
-
-namespace Slicer {
- UnsupportedModelType::UnsupportedModelType() : std::invalid_argument("Unspported model type") { }
-}
-