Exception: Lotus::Model::InvalidCommandError

Inherits:
Error
  • Object
show all
Defined in:
lib/lotus/model.rb

Overview

Error for invalid raw command syntax

Since:

  • 0.5.0

Instance Method Summary collapse

Constructor Details

#initialize(message = "Invalid command") ⇒ InvalidCommandError

Returns a new instance of InvalidCommandError.

Since:

  • 0.5.0



36
37
38
# File 'lib/lotus/model.rb', line 36

def initialize(message = "Invalid command")
  super
end