Class: Chicago::Flow::RaisingErrorHandler

Inherits:
Object
  • Object
show all
Defined in:
lib/chicago/flow/pipeline_stage.rb

Instance Method Summary collapse

Instance Method Details

#unregistered_sinks(sinks) ⇒ Object

Raises:



7
8
9
# File 'lib/chicago/flow/pipeline_stage.rb', line 7

def unregistered_sinks(sinks)
  raise Error.new("Sinks not registered: #{sinks.join(",")}")
end