CaputConfigError#
- exception caput.config.CaputConfigError(message: str, file_: str | None = None, location: _line_dict | None = None)[source]#
Bases:
RuntimeErrorThere was an error in the configuration.
- Parameters:
- message
str Message / description of error
- file_
str|None, optional Configuration file name.
- location_line_dict |
None, optional If using
SafeLineLoaderis used, a dict created by that can be passed in here to report the line number where the error occurred.
- message
Methods#
|
Return str(self). |