Exception: Toq::Exceptions::Base
- Defined in:
- lib/toq/exceptions.rb
Direct Known Subclasses
ConnectionError, InvalidMethod, InvalidObject, InvalidToken, RemoteException, UnsafeMethod
Instance Method Summary collapse
-
#rpc_exception? ⇒ Bool
True.
Instance Method Details
#rpc_exception? ⇒ Bool
Returns true.
80 81 82 |
# File 'lib/toq/exceptions.rb', line 80 def rpc_exception? true end |