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