Page MenuHomePhabricator

D19720.id47117.diff
No OneTemporary

D19720.id47117.diff

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

Mime Type
text/plain
Expires
Fri, Jan 31, 11:09 PM (20 h, 32 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7079275
Default Alt Text
D19720.id47117.diff (493 B)

Event Timeline