class Jimson::Server::Error::ParseError

Public Class Methods

new() click to toggle source
Calls superclass method Jimson::Server::Error::new
# 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