PxCatchExceptions Class
@interface PxCatchExceptions : NSObject
A helper for catching the SDK’s Objective-C exceptions from Swift, where @catch is not available.
Type Methods
| Name | Summary |
|---|---|
| doBlock:error: | Runs a block, converting any Objective-C / C++ exception it raises into an NSError. |
Relationships
Inherits From
- NSObject