Exception: Benry::CmdApp::CommandError

Inherits:
ExecutionError show all
Defined in:
lib/benry/cmdapp.rb

Instance Method Summary collapse

Instance Method Details

#should_report_backtrace?Boolean

Returns:

  • (Boolean)


48
49
50
51
# File 'lib/benry/cmdapp.rb', line 48

def should_report_backtrace?()
  #; [!o9xu2] returns false in ComamndError class because no need to report backtrace.
  return false
end