524f0d335e
^KT-61259
7 lines
158 B
Objective-C
Vendored
7 lines
158 B
Objective-C
Vendored
#import "exceptions.h"
|
|
|
|
@implementation ExceptionThrowerManager
|
|
+(void)throwExceptionWith:(id<ExceptionThrower>)thrower {
|
|
[thrower throwException];
|
|
}
|
|
@end |