Exception: Msf::Exploit::Remote::HTTP::Gitea::Error::CsrfError
- Inherits:
-
WebError
- Object
- StandardError
- WebError
- Msf::Exploit::Remote::HTTP::Gitea::Error::CsrfError
- Defined in:
- lib/msf/core/exploit/remote/http/gitea/error.rb
Instance Method Summary collapse
-
#initialize ⇒ CsrfError
constructor
A new instance of CsrfError.
Constructor Details
#initialize ⇒ CsrfError
Returns a new instance of CsrfError.
11 12 13 |
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 11 def initialize super(message: 'Unable to get CSRF token') end |