Exception: Msf::RPC::JSON::InvalidResponse
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::RPC::JSON::InvalidResponse
- Defined in:
- lib/msf/core/rpc/json/error.rb
Instance Attribute Summary
Attributes inherited from ClientError
Instance Method Summary collapse
-
#initialize(message = 'Invalid response from server', response: nil) ⇒ InvalidResponse
constructor
Instantiate an InvalidResponse object.
Constructor Details
#initialize(message = 'Invalid response from server', response: nil) ⇒ InvalidResponse
Instantiate an InvalidResponse object.
156 157 158 |
# File 'lib/msf/core/rpc/json/error.rb', line 156 def initialize( = 'Invalid response from server', response: nil) super(, response: response) end |