PHPCSUtils 1.1.0

OutOfBoundsStackPtr extends RuntimeException
in package

FinalYes

Exception for when a stack pointer which doesn't exist in the current file is passed.

Tags
since
1.1.0

Table of Contents

Methods

create()  : OutOfBoundsStackPtr
Create a new OutOfBoundsStackPtr exception with a standardized text.

Methods

create()

Create a new OutOfBoundsStackPtr exception with a standardized text.

public static create(int $position, string $name, mixed $received) : OutOfBoundsStackPtr
Parameters
$position : int

The argument position in the function signature. 1-based.

$name : string

The argument name in the function signature.

$received : mixed

The received stack pointer position.

Return values
OutOfBoundsStackPtr

        
On this page

Search results