struct Bugsnag::Exception
- Bugsnag::Exception
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
bugsnag.crConstructors
- .new(error_class : String, message : String, stacktrace : Enumerable(Bugsnag::StackFrame))
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
Constructor Detail
def self.new(error_class : String, message : String, stacktrace : Enumerable(Bugsnag::StackFrame))
#