Class: ChainOfResponsibility::MissingSuccessor
- Inherits:
-
Object
- Object
- ChainOfResponsibility::MissingSuccessor
- Defined in:
- lib/chain_of_responsibility/missing_successor.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
7 8 9 |
# File 'lib/chain_of_responsibility/missing_successor.rb', line 7 def call(*) raise NoAppropriateHandlerFoundError end |