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