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

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

CategoryIdNotFoundException constructor.
public __construct ( mixed $categoryId )
$categoryId mixed
    public function __construct($categoryId)
    {
        parent::__construct(sprintf('The category with the id "%s" does not exist.', $categoryId));
        $this->categoryId = $categoryId;
    }
CategoryIdNotFoundException