From ab10720260e2c184b319026da89f4dfd338500bb Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 2 Apr 2008 19:20:20 -0400 Subject: Initial commit --- NSException+LiDebugging.m | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 NSException+LiDebugging.m (limited to 'NSException+LiDebugging.m') diff --git a/NSException+LiDebugging.m b/NSException+LiDebugging.m new file mode 100644 index 0000000..a4addd4 --- /dev/null +++ b/NSException+LiDebugging.m @@ -0,0 +1,22 @@ +// +// NSException+LiDebugging.m +// Liaison +// +// Created by Brian Cully on Sun Sep 14 2003. +// Copyright (c) 2003 Brian Cully. All rights reserved. +// + +@interface LiException : NSException +@end + +@implementation LiException ++ (void)load +{ + [self poseAsClass: [NSException class]]; +} + +- (void)raise +{ + [super raise]; +} +@end -- cgit v1.2.3