Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14834851
D19720.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
493 B
Referenced Files
None
Subscribers
None
D19720.diff
View Options
diff --git a/src/filesystem/PhutilLockException.php b/src/filesystem/PhutilLockException.php
--- a/src/filesystem/PhutilLockException.php
+++ b/src/filesystem/PhutilLockException.php
@@ -1,3 +1,16 @@
<?php
-final class PhutilLockException extends Exception {}
+final class PhutilLockException extends Exception {
+
+ private $hint;
+
+ public function setHint($hint) {
+ $this->hint = $hint;
+ return $this;
+ }
+
+ public function getHint() {
+ return $this->hint;
+ }
+
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 31, 5:36 PM (14 h, 55 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7079275
Default Alt Text
D19720.diff (493 B)
Attached To
Mode
D19720: Add setHint/getHint to PhutilLockException for recent lock changes
Attached
Detach File
Event Timeline
Log In to Comment