module Roda::RodaPlugins::ErrorHandler
def self.configure(app, &block)
If a block is given, automatically call the +error+ method on
def self.configure(app, &block) if block app.error(&block) end end
def self.configure(app, &block) if block app.error(&block) end end