Pionia Core

ParseErrorException extends InvalidArgumentException
in package
implements InvalidArgumentException

Table of Contents

Interfaces

InvalidArgumentException

Properties

$actual  : string
The actual.
$expected  : string
The expected.
$help  : string
The help message.

Methods

__construct()  : mixed
Constructor.
getActual()  : string
Get the actual.
getExpected()  : string
Get the expected.
getHelp()  : string
Get the help message.

Properties

Methods

__construct()

Constructor.

public __construct(string $expected, string $actual[, mixed $help = '' ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$expected : string
$actual : string
$help : mixed = ''
$code : int = 0
$previous : Throwable|null = null

        
On this page

Search results