Exception: Motel::InvalidMovementStrategy

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/motel/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ InvalidMovementStrategy

Returns a new instance of InvalidMovementStrategy.



9
10
11
# File 'lib/motel/exceptions.rb', line 9

def initialize(msg)
   super(msg)
end