LockedException extends Exception
Class LockedException
Tags
Table of Contents
- $existingLock : string|null
- $path : string
- Locked path
- __construct() : mixed
- LockedException constructor.
- getExistingLock() : string
- getPath() : string
Properties
$existingLock
private
string|null
$existingLock
$path
Locked path
private
string
$path
Methods
__construct()
LockedException constructor.
public
__construct(string $path[, Exception|null $previous = null ][, string $existingLock = null ]) : mixed
Parameters
- $path : string
-
locked path
- $previous : Exception|null = null
-
previous exception for cascading
- $existingLock : string = null
-
since 14.0.0
Tags
Return values
mixed —getExistingLock()
public
getExistingLock() : string
Tags
Return values
string —getPath()
public
getPath() : string