module Roda::RodaPlugins::ErrorHandler::InstanceMethods
def handle_error(e)
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
def handle_error(e) raise e end