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

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

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