Exception: Metasploit::Framework::DataService::Remote::NotFound
- Inherits:
-
HttpError
- Object
- StandardError
- HttpError
- Metasploit::Framework::DataService::Remote::NotFound
- 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: 404, message: 'Not Found') ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(error:, status_code: 404, message: 'Not Found') ⇒ NotFound
Returns a new instance of NotFound.
29 30 31 |
# File 'lib/metasploit/framework/data_service/remote/http/error.rb', line 29 def initialize(error:, status_code: 404, message: 'Not Found') super end |