TagNotFoundException extends RuntimeException
Exception when a tag was not found.
Tags
Table of Contents
- $tags : string[]
- __construct() : mixed
- TagNotFoundException constructor.
- getMissingTags() : string[]
Properties
$tags
protected
string[]
$tags
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
Return values
mixed —getMissingTags()
public
getMissingTags() : string[]