class Sr::Jimson::Server::Error::ParseError
Public Class Methods
new()
click to toggle source
Calls superclass method
Sr::Jimson::Server::Error::new
# File lib/sr/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