module Roda::RodaPlugins::ErrorHandler::InstanceMethods

def handle_error(e)

behavior.
the plugin without installing an error handler doesn't change
By default, have the error handler reraise the error, so using
def handle_error(e)
  raise e
end