Exception: Jimson::ServerError::MethodNotFound
- Defined in:
- lib/jimson/server_error.rb
Instance Attribute Summary
Attributes inherited from Generic
Instance Method Summary collapse
-
#initialize ⇒ MethodNotFound
constructor
A new instance of MethodNotFound.
Methods inherited from Generic
Constructor Details
#initialize ⇒ MethodNotFound
Returns a new instance of MethodNotFound.
33 34 35 |
# File 'lib/jimson/server_error.rb', line 33 def initialize super(-32601, 'Method not found.') end |