eZ\Publish\Core\Persistence\Legacy\Content\FieldValue\Converter\Exception\NotFound::__construct PHP Method

__construct() public method

Creates a new exception for $typeName.
public __construct ( mixed $typeName )
$typeName mixed
    public function __construct($typeName)
    {
        parent::__construct('eZ\\Publish\\SPI\\Persistence\\Content\\FieldValue\\Converter\\*', $typeName);
    }
NotFound