Exception: Yp::Response::ValidationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/response/error.rb

Instance Method Summary collapse

Constructor Details

#initializeValidationError

Returns a new instance of ValidationError.



4
5
6
# File 'lib/response/error.rb', line 4

def initialize
  super('Gateway response could not be validated.')
end