1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 20:34:40 +01:00

Shorten message from uncaught context exceptions

This commit is contained in:
Aaron Piotrowski 2017-12-12 21:08:59 -06:00
parent 8decdceb5d
commit 91314f13f6
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -29,7 +29,7 @@ class ExitFailure implements ExitResult {
throw new PanicError(
$this->type,
\sprintf(
'Uncaught exception in execution context of type "%s" with message "%s" and code "%s"',
'Uncaught %s in execution context with message "%s" and code "%s"',
$this->type,
$this->message,
$this->code