feat(DeploymentException): add custom exception for deployment errors and update handler to exclude from reporting

This commit is contained in:
Andras Bacsai
2025-11-11 15:08:26 +01:00
parent 0d14bc1df7
commit 133d6a0349
4 changed files with 112 additions and 8 deletions

View File

@@ -30,6 +30,7 @@ class Handler extends ExceptionHandler
protected $dontReport = [
ProcessException::class,
NonReportableException::class,
DeploymentException::class,
];
/**