Class
Radius::WrongEndTagError
In:
lib/radius/error.rb
Parent:
ParseError
Occurs when the
Parser
expects an end tag for one tag and finds the end tag for another.
Methods
new
Public Class methods
new
(expected_tag, got_tag, stack)
[Validate]