mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-19 11:20:56 +00:00
feat(DeploymentException): add custom exception for deployment errors and update handler to exclude from reporting
This commit is contained in:
@@ -30,6 +30,7 @@ class Handler extends ExceptionHandler
|
||||
protected $dontReport = [
|
||||
ProcessException::class,
|
||||
NonReportableException::class,
|
||||
DeploymentException::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user