Exception: Jimson::ServerError::ParseError
- Defined in:
- lib/jimson/server_error.rb
Instance Attribute Summary
Attributes inherited from Generic
Instance Method Summary collapse
-
#initialize ⇒ ParseError
constructor
A new instance of ParseError.
Methods inherited from Generic
Constructor Details
#initialize ⇒ ParseError
Returns a new instance of ParseError.
21 22 23 |
# File 'lib/jimson/server_error.rb', line 21 def initialize super(-32700, 'Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.') end |