Exception: Toq::Exceptions::InvalidMethod
- Defined in:
- lib/toq/exceptions.rb
Overview
An invalid method has been called.
Occurs when a remote method doesn’t exist or isn’t public.
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#rpc_invalid_method_error? ⇒ Bool
Returns true.
134 135 136 |
# File 'lib/toq/exceptions.rb', line 134 def rpc_invalid_method_error? true end |