FMLiveSwitchUnhandled Class Reference

Throws exceptions on a separate thread. More...

Instance Methods

(instancetype) - init
 

Class Methods

(void) + logExceptionWithEx:source:
 Logs an unhandled exception. More...
 
(FMLiveSwitchUnhandled *) + unhandled
 

Detailed Description

Throws exceptions on a separate thread.

Method Documentation

◆ init

- (instancetype) init

◆ logExceptionWithEx:source:

+ (void) logExceptionWithEx: (NSException *)  ex
source: (NSString *)  source 

Logs an unhandled exception.

Parameters
exThe exception to throw.
sourceThe source of the exception.

◆ unhandled

+ (FMLiveSwitchUnhandled*) unhandled