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 0f30ebbcea
commit 48822b6561
4 changed files with 143 additions and 9 deletions

View File

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