class Yp::Response::ValidationError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/response/error.rb, line 4
def initialize
  super('Gateway response could not be validated.')
end