class RubyException

Defined in:

donk/anyolite.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(rbref : Anyolite::RbRef) #

[View source]

Instance Method Detail

def backtrace? #
Description copied from class Exception

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


[View source]