module Roda::RodaPlugins::Streaming::InstanceMethods

def handle_stream_error(e, out)

Handle exceptions raised while streaming when using :loop
def handle_stream_error(e, out)
  raise e
end