eZ\Publish\Core\Persistence\Legacy\Exception\TypeGroupNotFound::__construct PHP 메소드

__construct() 공개 메소드

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