Exception: Rake::ToolkitProgram::InvalidCommandLine

Inherits:
StandardError
  • Object
show all
Includes:
ProgramExitFromError
Defined in:
lib/rake/toolkit_program/errors.rb

Direct Known Subclasses

WrongArgumentCount

Instance Method Summary collapse

Methods included from ProgramExitFromError

#exit_code, #exit_program!, included

Instance Method Details



55
56
57
58
# File 'lib/rake/toolkit_program/errors.rb', line 55

def print_error_message
  s = ToolkitProgram.help_styling
  $stderr.puts "#{s.error_marker 'ERROR'} #{self}"
end