Exception: Msf::RPC::JSON::InvalidRequest
- Defined in:
- lib/msf/core/rpc/json/error.rb
Instance Attribute Summary
Attributes inherited from RpcError
Instance Method Summary collapse
-
#initialize(data: nil) ⇒ InvalidRequest
constructor
A new instance of InvalidRequest.
Methods inherited from RpcError
Constructor Details
#initialize(data: nil) ⇒ InvalidRequest
Returns a new instance of InvalidRequest.
86 87 88 |
# File 'lib/msf/core/rpc/json/error.rb', line 86 def initialize(data: nil) super(INVALID_REQUEST, ERROR_MESSAGES[INVALID_REQUEST], data: data) end |