LockNotAcquiredException
extends Exception
in package
Exception for a file that is locked
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- __toString() : string
- custom string representation of object
Properties
$lockType
public
int
$lockType
The type of the lock that was attempted
$path
public
string
$path
The path that could not be locked
Methods
__construct()
public
__construct(mixed $path, mixed $lockType[, mixed $code = 0 ][, Exception|null $previous = null ]) : mixed
Parameters
- $path : mixed
- $lockType : mixed
- $code : mixed = 0
- $previous : Exception|null = null
Tags
__toString()
custom string representation of object
public
__toString() : string