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