# File lib/grape/middleware/error.rb, line 28
      def initialize(app, **options)
        super
        self.class.send(:include, @options[:helpers]) if @options[:helpers]
      end