Exception: Msf::Exploit::Remote::HTTP::Gitea::Error::WebError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/msf/core/exploit/remote/http/gitea/error.rb

Instance Method Summary collapse

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(message || 'Gitea WebError')
end