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

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ MigrationError

Returns a new instance of MigrationError.



23
24
25
# File 'lib/msf/core/exploit/remote/http/gitea/error.rb', line 23

def initialize(message)
  super(message: message)
end