Nextcloud PHP API (stable19)

TagNotFoundException extends RuntimeException

Exception when a tag was not found.

Tags
since
9.0.0

Table of Contents

$tags  : string[]
__construct()  : mixed
TagNotFoundException constructor.
getMissingTags()  : string[]

Properties

Methods

__construct()

TagNotFoundException constructor.

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

getMissingTags()

public getMissingTags() : string[]
Tags
since
9.0.0
Return values
string[]

Search results