Exception: Hanami::Model::InvalidCommandError
- Defined in:
- lib/hanami/model/error.rb
Overview
Error for invalid raw command syntax
Instance Method Summary collapse
-
#initialize(message = 'Invalid command') ⇒ InvalidCommandError
constructor
private
A new instance of InvalidCommandError.
Methods inherited from Error
Constructor Details
#initialize(message = 'Invalid command') ⇒ InvalidCommandError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of InvalidCommandError.
44 45 46 |
# File 'lib/hanami/model/error.rb', line 44 def initialize( = 'Invalid command') super end |