new: Type Method
+ (PxException *) new:(NSString *) format;
References: PxException
Creates a PxException with a formatted message and logs the message to the console.
Parameters
- format — An
NSStringformat string, followed by its arguments.
+ (PxException *) new:(NSString *) format;
References: PxException
Creates a PxException with a formatted message and logs the message to the console.
NSString format string, followed by its arguments.