class Sr::Jimson::Server::Error::MethodNotFound

Public Class Methods

new(method) click to toggle source
Calls superclass method Sr::Jimson::Server::Error::new
# File lib/sr/jimson/server/error.rb, line 32
def initialize(method)
  super(-32601, "Method '#{method}' not found.")
end