= private = protected
error(msg)
Report an error message and exit
# File lib/rdoc/rdoc.rb, line 100 def error(msg) raise RDocError.new(msg) end