TagNotFoundException¶
-
class
OCP\SystemTag\
TagNotFoundException
¶ - Exception when a tag was not found.
Source: lib/public/SystemTag/TagNotFoundException.php#36 Parent: RuntimeException
Properties¶
Source: lib/public/SystemTag/TagNotFoundException.php#39 Type: string[]
Methods¶
-
public
OCP\SystemTag\TagNotFoundException::
__construct
($message="", $code=0, $previous=null, $tags=[])¶ - TagNotFoundException constructor.
Source: Parameters: - $message (string)
- $code (int)
- $previous (
Exception
| null) - $tags (string[])
Since: 9.0.0
-
public
OCP\SystemTag\TagNotFoundException::
getMissingTags
()¶ Source: lib/public/SystemTag/TagNotFoundException.php#59 Returns: string[] Since: 9.0.0