Exception: Arachni::RPC::Exceptions::Base
- Inherits:
-
Exception
- Object
- Exception
- Arachni::RPC::Exceptions::Base
- Defined in:
- lib/arachni/rpc/exceptions.rb
Direct Known Subclasses
ConnectionError, InvalidMethod, InvalidObject, InvalidToken, RemoteException
Instance Method Summary (collapse)
-
- (Bool) rpc_exception?
True.
Instance Method Details
- (Bool) rpc_exception?
True
81 82 83 |
# File 'lib/arachni/rpc/exceptions.rb', line 81 def rpc_exception? true end |