Exception: Msf::Exploit::Remote::HTTP::Sitecore::Error::UnexpectedReplySitecore
- Inherits:
-
ClientError
- Object
- StandardError
- ClientError
- Msf::Exploit::Remote::HTTP::Sitecore::Error::UnexpectedReplySitecore
- Defined in:
- lib/msf/core/exploit/remote/http/sitecore/error.rb
Instance Method Summary collapse
Methods inherited from ClientError
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( = 'Received unexpected reply from Sitecore') super(message: ) end |