eZ\Publish\Core\Persistence\Legacy\Exception\TypeGroupNotFound::__construct PHP Method

__construct() public method

Creates a new exception for $typeId in $status;.
public __construct ( mixed $typeGroupId )
$typeGroupId mixed
    public function __construct($typeGroupId)
    {
        parent::__construct('eZ\\Publish\\SPI\\Persistence\\Content\\Type\\Group', sprintf('ID: %s', $typeGroupId));
    }
TypeGroupNotFound