gtfsio_error {gtfsio} | R Documentation |
gtfsio's custom error condition constructor
gtfsio_error(message, subclass = character(0), call = sys.call(-1))
message |
The message to inform about the error. |
subclass |
The subclass of the error. |
call |
A call to associate the error with. |
Other error constructors:
parent_function_error()