Class
ParseError
In:
fileproc.rb
Parent:
ParseMsg
Error message
Methods
new
Public Class methods
new
(msg, trace)
msg
message describing error
trace
array (stack) of [file,line] showing input location
# File fileproc.rb, line 83
def
initialize(msg, trace)
super
(
"ERROR"
, msg, trace)
end