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