# File lib/radius/error.rb, line 18 def initialize(tag_name, stack) stack_message = " with stack #{stack.inspect}" if stack super("end tag not found for start tag `#{tag_name}'#{stack_message}") end