Exception: TSJSON::UnexpectedFieldError

Inherits:
ValidationError show all
Defined in:
lib/errors/unexpected_field_error.rb

Instance Method Summary collapse

Methods inherited from ValidationError

#to_human_json, #to_json

Constructor Details

#initializeUnexpectedFieldError

Returns a new instance of UnexpectedFieldError.



3
4
5
# File 'lib/errors/unexpected_field_error.rb', line 3

def initialize
  super
end