Fixed bug where FuzeWorks exceptionHandler only accepted FuzeWork exceptions.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- Should release 1.3.1.
This commit is contained in:
parent
46787aaa4e
commit
44ae26404c
@ -38,7 +38,7 @@ namespace FuzeWorks;
|
||||
|
||||
use FuzeWorks\Exception\ConfigException;
|
||||
use FuzeWorks\Exception\EventException;
|
||||
use FuzeWorks\Exception\Exception;
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Logger Class.
|
||||
|
Loading…
Reference in New Issue
Block a user