Nextcloud PHP API (stable19)

LockNotAcquiredException extends Exception

Exception for a file that is locked

Tags
since
7.0.0

Table of Contents

$lockType  : int
$path  : string
__construct()  : mixed
__toString()  : string
custom string representation of object

Properties

Methods

__construct()

public __construct(mixed $path, mixed $lockType, mixed $code[, Exception $previous = null ]) : mixed
Parameters
$path : mixed
$lockType : mixed
$code : mixed
$previous : Exception = null
Tags
since
7.0.0
Return values
mixed

__toString()

custom string representation of object

public __toString() : string
Tags
since
7.0.0
Return values
string

Search results