gtfsio_error: gtfsio's custom error condition constructor

View source: R/gtfsio_error.R

gtfsio_errorR Documentation

gtfsio's custom error condition constructor

Description

gtfsio's custom error condition constructor

Usage

gtfsio_error(message, subclass = character(0), call = sys.call(-1))

Arguments

message

The message to inform about the error.

subclass

The subclass of the error.

call

A call to associate the error with.

See Also

Other error constructors: parent_function_error()


r-transit/gtfsio documentation built on June 14, 2025, 2:33 a.m.