We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b90f4a commit 25c62b7Copy full SHA for 25c62b7
classes/mutex/MySQLMutex.php
@@ -62,7 +62,7 @@ public function lock()
62
throw new LockAcquireException("An error occurred while acquiring the lock");
63
}
64
65
- throw new TimeoutException("The attempt timed out (for example, because another client has previously locked the name)");
+ throw new TimeoutException("Timeout when acquiring lock.");
66
67
68
public function unlock()
@@ -72,4 +72,4 @@ public function unlock()
72
$this->name
73
]);
74
75
-}
+}
0 commit comments