Nextcloud PHP API (master)

TagNotFoundException extends RuntimeException
in package

Exception when a tag was not found.

Tags
since
9.0.0

Table of Contents

Properties

$tags  : array<string|int, string>

Methods

__construct()  : mixed
TagNotFoundException constructor.
getMissingTags()  : array<string|int, string>

Properties

Methods

__construct()

TagNotFoundException constructor.

public __construct([string $message = '' ][, int $code = 0 ][, Exception|null $previous = null ][, array<string|int, string> $tags = [] ]) : mixed
Parameters
$message : string = ''
$code : int = 0
$previous : Exception|null = null
$tags : array<string|int, string> = []
Tags
since
9.0.0

getMissingTags()

public getMissingTags() : array<string|int, string>
Tags
since
9.0.0
Return values
array<string|int, string>

        
On this page

Search results