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:
parent
8decdceb5d
commit
91314f13f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user