Config_error does not support adding additional context #480
Labels
level:: newcomer_job
An issue whose resolution is well suited for newcomers
module:: pdi core
request:: feature
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.
The text was updated successfully, but these errors were encountered: