Sulu\Bundle\CategoryBundle\Exception\CategoryKeyNotUniqueException::__construct PHP Метод

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

CategoryNotFoundException constructor.
public __construct ( mixed $categoryKey )
$categoryKey mixed
    public function __construct($categoryKey)
    {
        parent::__construct(sprintf('The category key "%s" is already in use.', $categoryKey));
        $this->categoryKey = $categoryKey;
    }
CategoryKeyNotUniqueException