class Grape::Middleware::Error
def initialize(app, *options)
def initialize(app, *options) super self.class.include(@options[:helpers]) if @options[:helpers] end
def initialize(app, *options) super self.class.include(@options[:helpers]) if @options[:helpers] end