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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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