Exception: Radius::TastelessTagError

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(tag, stack) ⇒ TastelessTagError

Returns a new instance of TastelessTagError.



33
34
35
# File 'lib/radius/error.rb', line 33

def initialize(tag, stack)
  super("internal error with tasteless tag #{tag.inspect} and stack #{stack.inspect}")
end