Creates an Error
Parameters:
The string to set the Exception message to
The usage message
Where to get help about this error
Returns:
The constructed error
156 157 158
# File 'lib/openc3/config/config_parser.rb', line 156 def error(message, usage = "", url = @url) return Error.new(self, message, usage, url) end