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

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

공개 메소드들

메소드 설명
__construct ( string $what, mixed $identifier, Exception $previous = null ) Generates: Could not find '{$what}' with identifier '{$identifier}'.

메소드 상세

__construct() 공개 메소드

Generates: Could not find '{$what}' with identifier '{$identifier}'.
public __construct ( string $what, mixed $identifier, Exception $previous = null )
$what string
$identifier mixed
$previous Exception