Exception: Benry::CmdApp::BaseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/benry/cmdapp.rb

Direct Known Subclasses

DefinitionError, ExecutionError

Instance Method Summary collapse

Instance Method Details

#should_report_backtrace?Boolean

Returns:

  • (Boolean)


25
26
27
28
# File 'lib/benry/cmdapp.rb', line 25

def should_report_backtrace?()
  #; [!oj9x3] returns true in base exception class to report backtrace.
  return true
end