class ParseErrorException extendsInvalidArgumentException implementsInvalidArgumentException

Properties

protectedstring $expected The expected.
protectedstring $actual The actual.
protectedstring $help The help message.

Methods

__construct($expected,$actual,$help ='',$code =0,Throwable$previous =null)

Constructor.

string
getExpected()

Get the expected.

string
getActual()

Get the actual.

string
getHelp()

Get the help message.

Details

at line48
__construct($expected,$actual,$help ='',$code =0,Throwable$previous =null)

Constructor.

Parameters

$expected
$actual
$help
$code
Throwable $previous

at line64
string getExpected()

Get the expected.

Return Value

string

at line74
string getActual()

Get the actual.

Return Value

string

at line84
string getHelp()

Get the help message.

Return Value

string