class InvalidArgumentException extends Exception

Methods

create(int $argument, string $type)

Creates a new exception for an invalid argument.

Details

at line 14
static InvalidArgumentException create(int $argument, string $type)

Creates a new exception for an invalid argument.

Parameters

int $argument
string $type

Return Value

InvalidArgumentException