Exception: Yp::Response::ValidationError
- Inherits:
-
StandardError
- Object
- StandardError
- Yp::Response::ValidationError
- Defined in:
- lib/response/error.rb
Direct Known Subclasses
InvalidSignatureError, MissingResponseCodeError, MissingResponseMessageError, MissingSignatureError
Instance Method Summary collapse
-
#initialize ⇒ ValidationError
constructor
A new instance of ValidationError.
Constructor Details
#initialize ⇒ ValidationError
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 |