Exception: TSJSON::UnexpectedFieldError
- Inherits:
-
ValidationError
- Object
- StandardError
- ValidationError
- TSJSON::UnexpectedFieldError
- Defined in:
- lib/errors/unexpected_field_error.rb
Instance Method Summary collapse
-
#initialize ⇒ UnexpectedFieldError
constructor
A new instance of UnexpectedFieldError.
Methods inherited from ValidationError
Constructor Details
#initialize ⇒ UnexpectedFieldError
Returns a new instance of UnexpectedFieldError.
3 4 5 |
# File 'lib/errors/unexpected_field_error.rb', line 3 def initialize super end |