Exception: Metasploit::Framework::DataService::Remote::ClientError
- Inherits:
-
HttpError
- Object
- StandardError
- HttpError
- Metasploit::Framework::DataService::Remote::ClientError
- Defined in:
- lib/metasploit/framework/data_service/remote/http/error.rb
Instance Attribute Summary
Attributes inherited from HttpError
Instance Method Summary collapse
-
#initialize(error:, status_code: 400, message: 'Client Error') ⇒ ClientError
constructor
A new instance of ClientError.
Constructor Details
#initialize(error:, status_code: 400, message: 'Client Error') ⇒ ClientError
Returns a new instance of ClientError.
23 24 25 |
# File 'lib/metasploit/framework/data_service/remote/http/error.rb', line 23 def initialize(error:, status_code: 400, message: 'Client Error') super end |