Exception: Msf::Exploit::Remote::HTTP::Gitlab::Error::CsrfError
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::Exploit::Remote::HTTP::Gitlab::Error::CsrfError
- Defined in:
- lib/msf/core/exploit/remote/http/gitlab/error.rb
Overview
Csrf token error
Instance Method Summary collapse
-
#initialize(message = 'Could not successfully extract CSRF token') ⇒ CsrfError
constructor
A new instance of CsrfError.
Constructor Details
#initialize(message = 'Could not successfully extract CSRF token') ⇒ CsrfError
Returns a new instance of CsrfError.
18 19 20 |
# File 'lib/msf/core/exploit/remote/http/gitlab/error.rb', line 18 def initialize( = 'Could not successfully extract CSRF token') super(message: ) end |