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