Exception: Jimson::Server::Error::MethodNotFound
- Inherits:
-
Jimson::Server::Error
- Object
- StandardError
- Jimson::Server::Error
- Jimson::Server::Error::MethodNotFound
- Defined in:
- lib/jimson/server/error.rb
Constant Summary
Constants inherited from Jimson::Server::Error
Instance Attribute Summary
Attributes inherited from Jimson::Server::Error
Instance Method Summary collapse
-
#initialize(method) ⇒ MethodNotFound
constructor
A new instance of MethodNotFound.
Methods inherited from Jimson::Server::Error
Constructor Details
#initialize(method) ⇒ MethodNotFound
Returns a new instance of MethodNotFound.
32 33 34 |
# File 'lib/jimson/server/error.rb', line 32 def initialize(method) super(-32601, "Method '#{method}' not found.") end |