Throws exceptions on a separate thread. More...
Instance Methods | |
(instancetype) | - init |
Class Methods | |
(void) | + logExceptionWithEx:source: |
Logs an unhandled exception. More... | |
(FMLiveSwitchUnhandled *) | + unhandled |
Throws exceptions on a separate thread.
- (instancetype) init |
+ (void) logExceptionWithEx: | (NSException *) | ex | |
source: | (NSString *) | source | |
Logs an unhandled exception.
ex | The exception to throw. |
source | The source of the exception. |
+ (FMLiveSwitchUnhandled*) unhandled |