Nextcloud PHP API (master)

LockNotAcquiredException extends Exception
in package

Exception for a file that is locked

Tags
since
7.0.0

Table of Contents

Properties

$lockType  : int
$path  : string

Methods

__construct()  : mixed
__toString()  : string
custom string representation of object

Properties

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
since
7.0.0

__toString()

custom string representation of object

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

        
On this page

Search results