PlaceOS::Driver::RemoteException
Inherits Exception < Reference < Object
Constructors
new(message : String | Nil, class_name : String | Nil, backtrace : Array(String) = [] of String, code : Int32 = 500)
Sourcenew(message : String, cause : Exception, backtrace : Array(String), code : Int32 = 500)
SourceInstance methods
backtrace?
Returns any backtrace associated with the exception if the call stack exists. The backtrace is an array of strings, each containing “0xAddress: Function at File Line Column”.
code
Source