UnhandledError

@objcMembers
public class UnhandledError : NSObject

Class which is received when an Unhandled error is encountered

  • The error type thrown.

    Declaration

    Swift

    public private(set) var errorType: ErrorType? { get }
  • The exception thrown.

    Declaration

    Swift

    public private(set) var reason: Error? { get }