Sindbad~EG File Manager

Current Path : /opt/nginxhttpd_/vendor/doctrine/orm/src/Cache/Exception/
Upload File :
Current File : //opt/nginxhttpd_/vendor/doctrine/orm/src/Cache/Exception/CannotUpdateReadOnlyCollection.php

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Cache\Exception;

use function sprintf;

class CannotUpdateReadOnlyCollection extends CacheException
{
    public static function fromEntityAndField(string $sourceEntity, string $fieldName): self
    {
        return new self(sprintf(
            'Cannot update a readonly collection "%s#%s"',
            $sourceEntity,
            $fieldName
        ));
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists