summaryrefslogtreecommitdiff
path: root/MLKError.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKError.m')
-rw-r--r--MLKError.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLKError.m b/MLKError.m
index eeb59b1..3aad324 100644
--- a/MLKError.m
+++ b/MLKError.m
@@ -32,6 +32,11 @@
return AUTORELEASE ([[MLKError alloc] initWithMessage:aString]);
}
+-(NSString *) reason
+{
+ return message;
+}
+
-(void) dealloc
{
RELEASE (message);