Class
ObjCErrorBox
@objc(MKBObjCErrorBox) public class ObjCErrorBox: ErrorBox
Holds Objective-C NSError
objects.
Relationships
Superclass
ErrorBox
Used to forward errors thrown from stubbed implementations to the Objective-C runtime.
Properties
error
@objc public let error: NSError?