PHP 클래스 eZ\Publish\Core\Base\Exceptions\InvalidArgumentValue

Usage: throw new InvalidArgument( 'nodes', 'array' );
상속: extends InvalidArgumentException
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $argumentName, mixed $value, string | null $className = null, Exception $previous = null ) Generates: "Argument '{$argumentName}' is invalid: '{$value}' is wrong value[ in class '{$className}']".

메소드 상세

__construct() 공개 메소드

Generates: "Argument '{$argumentName}' is invalid: '{$value}' is wrong value[ in class '{$className}']".
public __construct ( string $argumentName, mixed $value, string | null $className = null, Exception $previous = null )
$argumentName string
$value mixed
$className string | null Optionally to specify class in abstract/parent classes
$previous Exception