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