Sha256: aa80a68b140e6dacefcd24784286749a9d64c6012f3fe883347fc6f8f7e02ad2

Contents?: true

Size: 251 Bytes

Versions: 7

Compression:

Stored size: 251 Bytes

Contents

# encoding: utf-8
module Grape
  module Exceptions
    class UnknownValidator < Base

      def initialize(validator_type)
        super(:message => compose_message("unknown_validator", :validator_type => validator_type))
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
grape-0.6.0 lib/grape/exceptions/unknown_validator.rb
grape-0.5.0 lib/grape/exceptions/unknown_validator.rb
grape-0.4.1 lib/grape/exceptions/unknown_validator.rb
grape-0.4.0 lib/grape/exceptions/unknown_validator.rb
grape-0.3.2 lib/grape/exceptions/unknown_validator.rb
grape-0.3.1 lib/grape/exceptions/unknown_validator.rb
grape-0.3.0 lib/grape/exceptions/unknown_validator.rb