PHP Класс eZ\Publish\Core\Base\Exceptions\InvalidArgumentException

Usage: throw new InvalidArgumentException( 'nodes', 'array' );
Наследование: extends eZ\Publish\API\Repository\Exceptions\InvalidArgumentException, implements eZ\Publish\Core\Base\Translatable, use trait eZ\Publish\Core\Base\TranslatableBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( string $argumentName, string $whatIsWrong, Exception $previous = null ) Generates: "Argument '{$argumentName}' is invalid: {$whatIsWrong}".

Описание методов

__construct() публичный метод

Generates: "Argument '{$argumentName}' is invalid: {$whatIsWrong}".
public __construct ( string $argumentName, string $whatIsWrong, Exception $previous = null )
$argumentName string
$whatIsWrong string
$previous Exception