final class InvalidArgumentException extends InvalidArgumentException implements ExceptionInterface

internal  This class is not covered by the backward compatibility promise
 

Methods

fromBackTrace(int $argument, string $expected, string $provided, int $distance = 1)

No description

fromFunction(string $function, int $argument, string $expected, string $provided)

No description

Details

at line 20
static InvalidArgumentException fromBackTrace(int $argument, string $expected, string $provided, int $distance = 1)

No description

Parameters

int $argument
string $expected
string $provided
int $distance

Return Value

InvalidArgumentException

at line 40
static InvalidArgumentException fromFunction(string $function, int $argument, string $expected, string $provided)

No description

Parameters

string $function
int $argument
string $expected
string $provided

Return Value

InvalidArgumentException