= private = protected
error(msg)
Report an error message and exit
# File lib/rdoc/rdoc.rb, line 108 def error(msg) raise RDoc::Error, msg end