PHP 클래스 eZ\Publish\Core\Base\Exceptions\NotFound\LimitationNotFoundException

상속: extends RuntimeExceptio\RuntimeException, implements eZ\Publish\Core\Base\Exceptions\Httpable, implements eZ\Publish\Core\Base\Translatable, use trait eZ\Publish\Core\Base\TranslatableBase
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
__construct ( string $limitation, Exception $previous = null ) Creates a Limitation Not Found exception with info on how to fix.

메소드 상세

__construct() 공개 메소드

Creates a Limitation Not Found exception with info on how to fix.
public __construct ( string $limitation, Exception $previous = null )
$limitation string
$previous Exception