Exception: Toq::Exceptions::RemoteException
- Defined in:
- lib/toq/exceptions.rb
Overview
Signifies an exception that occurred on the server-side.
Look errors on the remote method and review the server output for more details.
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#rpc_remote_exception? ⇒ Bool
Returns true.
102 103 104 |
# File 'lib/toq/exceptions.rb', line 102 def rpc_remote_exception? true end |