class RubyException
- RubyException
- Exception
- Reference
- Object
Defined in:
donk/anyolite.crConstructors
Instance Method Summary
-
#backtrace?
Returns any backtrace associated with the exception if the call stack exists.
Constructor Detail
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”.