Method | Description | |
---|---|---|
__construct ( string $argumentName, string $whatIsWrong, Exception $previous = null ) | Generates: "Argument '{$argumentName}' is invalid: {$whatIsWrong}". |
public __construct ( string $argumentName, string $whatIsWrong, Exception $previous = null ) | ||
$argumentName | string | |
$whatIsWrong | string | |
$previous | Exception |