Radius::ParseError
Occurs when Radius::Context#render_tag cannot find the specified tag on a Context.
Create a new UndefinedTagError object for tag_name.
tag_name
# File lib/radius/error.rb, line 27 def initialize(tag_name) super("undefined tag `#{tag_name}'") end