# File lib/warden/errors.rb, line 51
      def method_missing(meth, *args, &block)
        errors.send(meth, *args, &block)
      end