Exception: Msf::Exploit::Remote::HTTP::Gitea::Error::WebError
- Inherits:
-
StandardError
- Object
- StandardError
- Msf::Exploit::Remote::HTTP::Gitea::Error::WebError
- Defined in:
- lib/msf/core/exploit/remote/http/gitea/error.rb
Direct Known Subclasses
AuthenticationError, CsrfError, MigrationError, RepositoryError, UnknownError, VersionError
Instance Method Summary collapse
-
#initialize(message: nil) ⇒ WebError
constructor
A new instance of WebError.
Constructor Details
#initialize(message: nil) ⇒ WebError
Returns a new instance of WebError.
5 6 7 |
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 5 def initialize(message: nil) super( || 'Gitea WebError') end |