Exception: Radius::UndefinedFlavorError
- Inherits:
-
ParseError
- Object
- StandardError
- ParseError
- Radius::UndefinedFlavorError
- Defined in:
- lib/radius/error.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(tag, stack) ⇒ UndefinedFlavorError
constructor
A new instance of UndefinedFlavorError.
Constructor Details
#initialize(tag, stack) ⇒ UndefinedFlavorError
Returns a new instance of UndefinedFlavorError.
39 40 41 |
# File 'lib/radius/error.rb', line 39 def initialize(tag, stack) super("internal error with unknown flavored tag #{tag.inspect} and stack #{stack.inspect}") end |