Exception: Pymn::ChainOfResponsibility::CommandNotHandledError
- Inherits:
-
Exception
- Object
- Exception
- Pymn::ChainOfResponsibility::CommandNotHandledError
- Defined in:
- lib/pymn/chain_of_responsibility/command_not_handled_error.rb
Instance Method Summary collapse
-
#initialize(method) ⇒ CommandNotHandledError
constructor
A new instance of CommandNotHandledError.
Constructor Details
#initialize(method) ⇒ CommandNotHandledError
Returns a new instance of CommandNotHandledError.
4 5 6 |
# File 'lib/pymn/chain_of_responsibility/command_not_handled_error.rb', line 4 def initialize(method) super("'#{method}' could not be handled") end |