summaryrefslogtreecommitdiff
path: root/dmagick/Exception.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/Exception.d')
-rw-r--r--dmagick/Exception.d4
1 files changed, 1 insertions, 3 deletions
diff --git a/dmagick/Exception.d b/dmagick/Exception.d
index af3011f..269d4dd 100644
--- a/dmagick/Exception.d
+++ b/dmagick/Exception.d
@@ -69,10 +69,8 @@ class DMagickException : Exception
exceptions ~=
"case ExceptionType."~ severity ~"Error:
throw new "~ severity ~"Exception(reason, description, file, line);
- break;
case ExceptionType."~ severity ~"FatalError:
- throw new "~ severity ~"Error(reason, description, file, line);
- break;";
+ throw new "~ severity ~"Error(reason, description, file, line);";
}
return exceptions ~=