Nextcloud PHP API (master)

LockedException extends Exception
in package

Class LockedException

Tags
since
8.1.0

Table of Contents

Properties

$existingLock  : string|null
$path  : string
Locked path
$readablePath  : string|null

Methods

__construct()  : mixed
LockedException constructor.
getExistingLock()  : string
getPath()  : string
getReadablePath()  : string|null

Properties

Methods

__construct()

LockedException constructor.

public __construct(string $path[, Exception|null $previous = null ][, string $existingLock = null ][, string $readablePath = null ]) : mixed
Parameters
$path : string

locked path

$previous : Exception|null = null

previous exception for cascading

$existingLock : string = null

since 14.0.0

$readablePath : string = null

since 20.0.0

Tags
since
8.1.0

getExistingLock()

public getExistingLock() : string
Tags
since
19.0.0
Return values
string

getPath()

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

getReadablePath()

public getReadablePath() : string|null
Tags
since
32.0.0
Return values
string|null

        
On this page

Search results