We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852a4dd commit 9b5d013Copy full SHA for 9b5d013
src/HeroFunction.php
@@ -18,6 +18,9 @@ function detectMessageContentType(string $message): string
18
: (strip_tags($message) === $message ? 'text/plain' : 'text/html');
19
}
20
21
+/**
22
+ * @param array<int, string|array<int, string>> $excludeExceptionsConfig
23
+ */
24
function isExcludedException(array $excludeExceptionsConfig, Throwable $throwable): bool
25
{
26
$exceptionOrErrorClass = $throwable::class;
0 commit comments