Skip to content

separate program exit from load operation

Victor Emanouilov requested to merge feature/load-without-die into master

so we can handle exception instead of dying - useful for Tiki integration If needed, other places in Tiki manager can handle the ConfigurationErrorException instead of dying (e.g. web scripts).

Merge request reports