PHPCSUtils 1.0.8

InvalidTokenArray extends RuntimeException
in package

Exception thrown when an non-existent token array is requested.

Tags
since
1.0.0

Table of Contents

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.

Tags
since
1.0.0
Return values
InvalidTokenArray

Search results