Tegral
Tegral copied to clipboard
Missing documentation: startAll/stopAll throw a specific exception, no need to use a catch-all try/catch
If you wish to catch an exception if your application fails to start or stop when using env.services.stopAll
/startAll
, catch TegralServiceException
and not Exception
. This needs to be added in the doc at some point