Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15281083
D13583.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
648 B
Referenced Files
None
Subscribers
None
D13583.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D13583: Refine "invalid cursor" exception to have a little more information
Attached
Detach File
Event Timeline
Log In to Comment