aboutsummaryrefslogtreecommitdiffstats
path: root/NSException+LiDebugging.m
diff options
context:
space:
mode:
Diffstat (limited to 'NSException+LiDebugging.m')
-rw-r--r--NSException+LiDebugging.m22
1 files changed, 0 insertions, 22 deletions
diff --git a/NSException+LiDebugging.m b/NSException+LiDebugging.m
deleted file mode 100644
index a4addd4..0000000
--- a/NSException+LiDebugging.m
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// 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