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 NSString format string, followed by its arguments.
Top