Exception: Toq::Exceptions::InvalidObject
- Defined in:
- lib/toq/exceptions.rb
Overview
An invalid object has been called.
Make sure that there is a server-side handler for the object you called.
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#rpc_invalid_object_error? ⇒ Bool
Returns true.
113 114 115 |
# File 'lib/toq/exceptions.rb', line 113 def rpc_invalid_object_error? true end |