Exception: Benry::CmdApp::OptionError

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

Instance Method Summary collapse

Instance Method Details

#should_report_backtrace?Boolean

Returns:

  • (Boolean)


41
42
43
44
# File 'lib/benry/cmdapp.rb', line 41

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