Is your feature request related to a problem? Please describe.
The config module (src/config) throws regular errors for validation errors:
throw new Error(`Config validation error: ${error.message}`)
Describe the solution you'd like
A ConfigValidationError could be used for a better error handling.
Is your feature request related to a problem? Please describe.
The config module (
src/config) throws regular errors for validation errors:Describe the solution you'd like
A
ConfigValidationErrorcould be used for a better error handling.