Fixed bug where FuzeWorks exceptionHandler only accepted FuzeWork exceptions.
All checks were successful
continuous-integration/drone/push Build is passing

- Should release 1.3.1.
This commit is contained in:
Abel Hoogeveen 2021-11-29 21:28:14 +01:00
parent 46787aaa4e
commit 44ae26404c
Signed by: abelhooge
GPG Key ID: C540221690CBFFBA

View File

@ -38,7 +38,7 @@ namespace FuzeWorks;
use FuzeWorks\Exception\ConfigException;
use FuzeWorks\Exception\EventException;
use FuzeWorks\Exception\Exception;
use Exception;
/**
* Logger Class.