Exception: InvalidCommand
- Inherits:
-
Exception
- Object
- Exception
- InvalidCommand
- Defined in:
- lib/robotgame/exceptions.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
this is critical!.
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidCommand
constructor
A new instance of InvalidCommand.
Constructor Details
#initialize(message) ⇒ InvalidCommand
Returns a new instance of InvalidCommand.
3 4 5 |
# File 'lib/robotgame/exceptions.rb', line 3 def initialize() = end |
Instance Attribute Details
#message ⇒ Object
this is critical!
2 3 4 |
# File 'lib/robotgame/exceptions.rb', line 2 def end |