Use Whoops only if installed, otherwise use myaac exception handler

This commit is contained in:
slawkens
2023-06-02 15:20:07 +02:00
parent 52ac011556
commit cd22f8def5
4 changed files with 143 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
<?php
class SensitiveException extends Exception {}