Exception: Bcome::Exception::ArgumentErrorInvokingMethodFromCommmandLine

Inherits:
Base
  • Object
show all
Defined in:
lib/objects/exception/argument_error_invoking_method_from_command_line.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #message, #pretty_display

Constructor Details

This class inherits a constructor from Bcome::Exception::Base

Instance Method Details

#message_prefixObject



6
7
8
# File 'lib/objects/exception/argument_error_invoking_method_from_command_line.rb', line 6

def message_prefix
  'Argument error invoking method. Please refer to documentation for invoking this command from the command line: '
end