Exception: Msf::Exploit::Remote::HTTP::Sitecore::Error::ClientError
- Inherits:
-
StandardError
- Object
- StandardError
- Msf::Exploit::Remote::HTTP::Sitecore::Error::ClientError
- Defined in:
- lib/msf/core/exploit/remote/http/sitecore/error.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message: nil) ⇒ ClientError
constructor
A new instance of ClientError.
Constructor Details
#initialize(message: nil) ⇒ ClientError
Returns a new instance of ClientError.
3 4 5 |
# File 'lib/msf/core/exploit/remote/http/sitecore/error.rb', line 3 def initialize(message: nil) super( || 'SitecoreXP Error') end |