OwnerLockedException
extends LockedException
in package
Class LockedException
Tags
Table of Contents
Properties
- $existingLock : string|null
- $lock : ILock
- $path : string
- Locked path
Methods
- __construct() : mixed
- LockedException constructor.
- getExistingLock() : string
- getLock() : ILock
- getPath() : string
Properties
$existingLock
private
string|null
$existingLock
$lock
private
ILock
$lock
$path
Locked path
private
string
$path
Methods
__construct()
LockedException constructor.
public
__construct(ILock $lock) : mixed
Parameters
- $lock : ILock
Tags
getExistingLock()
public
getExistingLock() : string
Tags
Return values
stringgetLock()
public
getLock() : ILock
Tags
Return values
ILockgetPath()
public
getPath() : string