Exception: Radius::UndefinedFlavorError

Inherits:
ParseError
  • Object
show all
Defined in:
lib/radius/error.rb

Overview

:nodoc:

Instance Method Summary collapse

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