summaryrefslogtreecommitdiff
path: root/dmagick/Exception.d
diff options
context:
space:
mode:
authorMike Wey2011-03-08 23:21:47 +0100
committerMike Wey2011-03-08 23:21:47 +0100
commit1dea39bbe43a0cf211f486c35a950d5e1a22cdc7 (patch)
tree63dafcc71a524bc06adcc3553e404985066343b7 /dmagick/Exception.d
parent6da95a9a211511b17f8bf2ada1b6451623531ee3 (diff)
Add some of the Image properties and functions
Diffstat (limited to 'dmagick/Exception.d')
-rw-r--r--dmagick/Exception.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmagick/Exception.d b/dmagick/Exception.d
index 7670890..a6bc037 100644
--- a/dmagick/Exception.d
+++ b/dmagick/Exception.d
@@ -116,7 +116,7 @@ mixin(
exceptions ~=
"class " ~ severity ~ "Exception : DMagickException
{
- this(string reason, string description)
+ this(string reason, string description = null)
{
super(reason, description);
}
@@ -125,7 +125,7 @@ mixin(
exceptions ~=
"class " ~ severity ~ "Error : DMagickError
{
- this(string reason, string description)
+ this(string reason, string description = null)
{
super(reason, description);
}