Very often, the context for a configuration error can only be provided higher in the call stack. In this case, one would like to add information to the Config_error exception.
For example:
Unfortunately, the current implementation doesn't make it possible to extract the line & column of the error from the exception so this is not possible.
Very often, the context for a configuration error can only be provided higher in the call stack. In this case, one would like to add information to the
Config_error
exception. For example:Unfortunately, the current implementation doesn't make it possible to extract the line & column of the error from the exception so this is not possible.