Fixed bug where FuzeWorks exceptionHandler only accepted FuzeWork exceptions.
continuous-integration/drone/push Build is passing Details

- 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
1 changed files with 1 additions and 1 deletions

View File

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