Skip to content

Commit 9b5d013

Browse files
committed
on HeroFunction
1 parent 852a4dd commit 9b5d013

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/HeroFunction.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ function detectMessageContentType(string $message): string
1818
: (strip_tags($message) === $message ? 'text/plain' : 'text/html');
1919
}
2020

21+
/**
22+
* @param array<int, string|array<int, string>> $excludeExceptionsConfig
23+
*/
2124
function isExcludedException(array $excludeExceptionsConfig, Throwable $throwable): bool
2225
{
2326
$exceptionOrErrorClass = $throwable::class;

0 commit comments

Comments
 (0)