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
Показать файл Открыть проект

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

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