class Bugsnag::Exception
- Bugsnag::Exception
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
bugsnag/exception.crConstructors
Instance Method Summary
- #error_class : String
- #error_class=(error_class : String)
- #message : String | Nil
- #message=(message : String | Nil)
- #platform_type : String | Nil
- #platform_type=(platform_type : String | Nil)
- #stacktrace : Array(Bugsnag::Stackframe)
- #stacktrace=(stacktrace : Array(Bugsnag::Stackframe))