LockedException¶
-
class
OCP\Lock\
LockedException
¶ - Class LockedException
Source: lib/public/Lock/LockedException.php#37 Parent: Exception
Properties¶
Methods¶
-
public
OCP\Lock\LockedException::
__construct
($path, $previous=null, $existingLock=null, $readablePath=null)¶ - LockedException constructor.
Source: Parameters: - $path (string) locked path
- $previous (
Exception
| null) previous exception for cascading - $existingLock (string) since 14.0.0
- $readablePath (string) since 20.0.0
Since: 8.1.0
-
public
OCP\Lock\LockedException::
getPath
()¶ Source: lib/public/Lock/LockedException.php#76 Returns: string Since: 8.1.0
-
public
OCP\Lock\LockedException::
getExistingLock
()¶ Source: lib/public/Lock/LockedException.php#84 Returns: string Since: 19.0.0