Exception: Rex::Proto::Kerberos::Pac::Error::PacError
- Inherits:
-
StandardError
- Object
- StandardError
- Rex::Proto::Kerberos::Pac::Error::PacError
- Defined in:
- lib/rex/proto/kerberos/pac/error.rb
Overview
Generic Pac Error
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg = 'Invalid PAC') ⇒ PacError
constructor
A new instance of PacError.
Constructor Details
#initialize(msg = 'Invalid PAC') ⇒ PacError
Returns a new instance of PacError.
10 11 12 |
# File 'lib/rex/proto/kerberos/pac/error.rb', line 10 def initialize(msg = 'Invalid PAC') super end |