struct Protocol::Runtime::ExceptionRevoked

Overview

Issued when unhandled exception was revoked.

Included Modules

Defined in:

protocol/runtime.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def exception_id : Int::Primitive #

The id of revoked exception, as reported in exceptionThrown.


[View source]
def reason : String #

Reason describing why exception was revoked.


[View source]