Closed l0gicgate closed 4 years ago
This PR adds a base ConfigException which all the other exceptions extend so they can be caught more elegantly.
ConfigException
This also adds exception catching in the bin/slim file and outputs a pretty message instead of the raw stack trace.
bin/slim
This PR adds a base
ConfigException
which all the other exceptions extend so they can be caught more elegantly.This also adds exception catching in the
bin/slim
file and outputs a pretty message instead of the raw stack trace.