InvalidTokenArray
extends RuntimeException
in package
FinalYes
Exception thrown when an non-existent token array is requested.
Tags
Table of Contents
Methods
- create() : InvalidTokenArray
- Create a new invalid token array exception with a standardized text.
Methods
create()
Create a new invalid token array exception with a standardized text.
public
static create(string $name) : InvalidTokenArray
Parameters
- $name : string
-
The name of the token array requested.