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

Usage: throw new BadState( 'nodes', 'array' );
상속: extends eZ\Publish\API\Repository\Exceptions\BadStateException, implements eZ\Publish\Core\Base\Translatable, use trait eZ\Publish\Core\Base\TranslatableBase
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $argumentName, string $whatIsWrong, Exception $previous = null ) Generates: "Argument '{$argumentName}' has a bad state: {$whatIsWrong}".

메소드 상세

__construct() 공개 메소드

Generates: "Argument '{$argumentName}' has a bad state: {$whatIsWrong}".
public __construct ( string $argumentName, string $whatIsWrong, Exception $previous = null )
$argumentName string
$whatIsWrong string
$previous Exception