Mockingbird Documentation 0.18.0

Class Obj​CError​Box

@objc(MKBObjCErrorBox) public class ObjCErrorBox: ErrorBox  

Holds Objective-C NSError objects.

ObjCErrorBox ObjCErrorBox ErrorBox ErrorBox ObjCErrorBox->ErrorBox

Superclass

ErrorBox

Used to forward errors thrown from stubbed implementations to the Objective-C runtime.

Properties

error

@objc public let error: NSError?