struct Bugsnag::Exception

Included Modules

Defined in:

bugsnag.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(error_class : String, message : String, stacktrace : Enumerable(Bugsnag::StackFrame)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.from_crystal_exception(exception : ::Exception) #

[View source]

Instance Method Detail

def error_class : String #

[View source]
def message : String #

[View source]
def stacktrace : Enumerable(StackFrame) #

[View source]