Exception: Rex::Proto::Kerberos::Pac::Error::PacError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rex/proto/kerberos/pac/error.rb

Overview

Generic Pac Error

Direct Known Subclasses

MissingInfoBuffer

Instance Method Summary collapse

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