TagNotFoundException
extends RuntimeException
in package
Exception when a tag was not found.
Tags
Table of Contents
Properties
- $tags : array<string|int, string>
Methods
- __construct() : mixed
- TagNotFoundException constructor.
- getMissingTags() : array<string|int, string>
Properties
$tags
protected
array<string|int, string>
$tags
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
getMissingTags()
public
getMissingTags() : array<string|int, string>