struct Protocol::Runtime::ExceptionRevoked
- Protocol::Runtime::ExceptionRevoked
- Struct
- Value
- Object
Overview
Issued when unhandled exception was revoked.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#exception_id : Int::Primitive
The id of revoked exception, as reported in
exceptionThrown
. -
#reason : String
Reason describing why exception was revoked.