class Bugsnag::Exception

Included Modules

Defined in:

bugsnag/exception.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(ex : ::Exception) #

[View source]

Instance Method Detail

def error_class : String #

[View source]
def error_class=(error_class : String) #

[View source]
def message : String | Nil #

[View source]
def message=(message : String | Nil) #

[View source]
def platform_type : String | Nil #

[View source]
def platform_type=(platform_type : String | Nil) #

[View source]
def stacktrace : Array(Bugsnag::Stackframe) #

[View source]
def stacktrace=(stacktrace : Array(Bugsnag::Stackframe)) #

[View source]