Skip to content

Improve chained execpetion

Valentin Valls requested to merge improve-chained-execpetion into master

Closes #3572 (closed)

This PR rework the way exceptions are catched from the configuration file.

  • The static module raises now ObjectNotFound and ObjectCreationFailed
  • The exception ObjectCreationFailed provides an helper property to return the initial_cause
  • The shell at the initialization was reworked to display the intermediate information
    • Notice that the config file name is now displayed

image

Merge request reports