Class: ChainOfResponsibility::MissingSuccessor

Inherits:
Object
  • Object
show all
Defined in:
lib/chain_of_responsibility/missing_successor.rb

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
# File 'lib/chain_of_responsibility/missing_successor.rb', line 7

def call(*)
  raise NoAppropriateHandlerFoundError
end