summaryrefslogtreecommitdiff
path: root/MLKThrowException.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKThrowException.m')
-rw-r--r--MLKThrowException.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKThrowException.m b/MLKThrowException.m
index e3f3e0c..a4ba9ae 100644
--- a/MLKThrowException.m
+++ b/MLKThrowException.m
@@ -8,6 +8,7 @@
-(MLKThrowException *) initWithCatchTag:(MLKSymbol *)catchTag
value:(id)value
{
+ self = [super init];
ASSIGN (_catchTag, catchTag);
ASSIGN (_value, value);
return self;