Exception: Msf::Exploit::Remote::HTTP::Sitecore::Error::UnexpectedReplySitecore

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

Instance Method Summary collapse

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Msf::Exploit::Remote::HTTP::Sitecore::Error::ClientError

Instance Method Details

#initialzie(message = 'Received unexpected reply from Sitecore') ⇒ Object



9
10
11
# File 'lib/msf/core/exploit/remote/http/sitecore/error.rb', line 9

def initialzie(message = 'Received unexpected reply from Sitecore')
  super(message: message)
end