Nextcloud PHP API (stable18)

LockedException extends Exception

Class LockedException

Tags
since
8.1.0

Table of Contents

$path  : string
Locked path
__construct()  : mixed
LockedException constructor.
getPath()  : string

Properties

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
since
8.1.0
Return values
mixed

getPath()

public getPath() : string
Tags
since
8.1.0
Return values
string

Search results