Bugsnag::StackFrame
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(file : String, line_number : Int32, column_number : Int32 | Nil, method : String, in_project : Bool, code : Hash(Int32, String))
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
from_backtrace_line(line)
SourceInstance methods
code
Sourcecolumn_number
Sourcefile
Sourcein_project
Sourceline_number
Sourcemethod
Source