PHP Class eZ\Publish\Core\Base\Exceptions\ContentTypeValidationException

Inheritance: extends eZ\Publish\API\Repository\Exceptions\ContentTypeValidationException, implements eZ\Publish\Core\Base\Translatable, use trait eZ\Publish\Core\Base\TranslatableBase
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
__construct ( string $messageTemplate, array $parameters = [] )

Method Details

__construct() public method

public __construct ( string $messageTemplate, array $parameters = [] )
$messageTemplate string The message template, with placeholders for parameters. E.g. "Content with ID %contentId% could not be found".
$parameters array Hash map with param placeholder as key and its corresponding value. E.g. array('%contentId%' => 123).