Exception: ConsoleRunnerError

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

Instance Method Summary collapse

Instance Method Details

#backtraceObject



3
4
5
6
7
8
9
# File 'lib/console_runner_error.rb', line 3

def backtrace
  if CommandLineParser.debug?
    super
  else
    @object
  end
end