Exception: Rex::Proto::Kerberos::Model::Error::KerberosDecodingError

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

Overview

Runtime Decoding Error which can be raised by the Rex::Proto::Kerberos API

Instance Attribute Summary

Attributes inherited from KerberosError

#error_code, #res

Instance Method Summary collapse

Methods inherited from KerberosError

#message_for

Constructor Details

#initialize(message = nil) ⇒ KerberosDecodingError

Returns a new instance of KerberosDecodingError.



182
183
184
# File 'lib/rex/proto/kerberos/model/error.rb', line 182

def initialize(message = nil)
  super(message || "Kerberos Decoding Error")
end