init(exception:codes:)
Creates a crash reason instance with the given parameters.
Declaration
init(exception: Int32, codes: [UInt64])Parameters
- exception:
The Mach exception type.
- codes:
An array of exception-specific codes providing additional details.