ManuallyLockedException extends LockedException
Class ManuallyLockedException
Tags
Table of Contents
- $owner : string|null
- owner of the lock
- $path : string
- Locked path
- $timeout : int
- estimated timeout for the lock
- __construct() : mixed
- ManuallyLockedException constructor.
- getOwner() : string|null
- getPath() : string
- getTimeout() : int
Properties
$owner
owner of the lock
private
string|null
$owner
= null
$path
Locked path
private
string
$path
$timeout
estimated timeout for the lock
private
int
$timeout
= -1
Tags
Methods
__construct()
ManuallyLockedException constructor.
public
__construct(string $path[, Exception|null $previous = null ][, string $existingLock = null ][, string|null $owner = null ][, int $timeout = -1 ]) : mixed
Parameters
- $path : string
-
locked path
- $previous : Exception|null = null
-
previous exception for cascading
- $existingLock : string = null
-
since 14.0.0
- $owner : string|null = null
- $timeout : int = -1
Tags
Return values
mixed —getOwner()
public
getOwner() : string|null
Tags
Return values
string|null —getPath()
public
getPath() : string
Tags
Return values
string —getTimeout()
public
getTimeout() : int