class

PlaceOS::Driver::RemoteException

Inherits Exception < Reference < Object

Constructors

new(message : String | Nil, class_name : String | Nil, backtrace : Array(String) = [] of String, code : Int32 = 500)
Source
new(message : String, cause : Exception, backtrace : Array(String), code : Int32 = 500)
Source

Instance 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”.

Source
code
Source