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/NonCacheableEntity.php

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Cache\Exception;

use function sprintf;

class NonCacheableEntity extends CacheException
{
    public static function fromEntity(string $entityName): self
    {
        return new self(sprintf(
            'Entity "%s" not configured as part of the second-level cache.',
            $entityName
        ));
    }
}

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