Page MenuHomePhabricator

D13079.diff
No OneTemporary

D13079.diff

diff --git a/src/error/PhutilAggregateException.php b/src/error/PhutilAggregateException.php
--- a/src/error/PhutilAggregateException.php
+++ b/src/error/PhutilAggregateException.php
@@ -39,7 +39,7 @@
$ex_message =
(is_string($key) ? $key.': ' : '').
get_class($exception).': '.
- $exception->getMessage();
+ $exception;
$ex_message = ' - '.str_replace("\n", "\n ", $ex_message);
$full_message[] = $ex_message;

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 3:21 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287921
Default Alt Text
D13079.diff (475 B)

Event Timeline