Page MenuHomePhabricator

D13583.diff
No OneTemporary

D13583.diff

diff --git a/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php b/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php
--- a/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php
+++ b/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php
@@ -410,8 +410,9 @@
if (!$object) {
throw new Exception(
pht(
- 'Cursor "%s" does not identify a valid object.',
- $cursor));
+ 'Cursor "%s" does not identify a valid object in query "%s".',
+ $cursor,
+ get_class($this)));
}
return $object;

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 4, 3:35 PM (8 h, 38 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7222041
Default Alt Text
D13583.diff (648 B)

Event Timeline