From 91314f13f6cee7dbb28f7b1a5517ba4c7c244323 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Tue, 12 Dec 2017 21:08:59 -0600 Subject: [PATCH] Shorten message from uncaught context exceptions --- lib/Sync/ExitFailure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sync/ExitFailure.php b/lib/Sync/ExitFailure.php index b7d70da..b67bd1c 100644 --- a/lib/Sync/ExitFailure.php +++ b/lib/Sync/ExitFailure.php @@ -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