class Sr::Jimson::Server::Error::InvalidRequest

Public Class Methods

new() click to toggle source
Calls superclass method Sr::Jimson::Server::Error::new
# File lib/sr/jimson/server/error.rb, line 26
def initialize
  super(-32600, 'The JSON sent is not a valid Request object.')
end