| Current Path : /opt/nginxhttpd_/vendor/doctrine/orm/src/Cache/Exception/ |
| Current File : //opt/nginxhttpd_/vendor/doctrine/orm/src/Cache/Exception/QueryCacheNotConfigured.php |
<?php
declare(strict_types=1);
namespace Doctrine\ORM\Cache\Exception;
final class QueryCacheNotConfigured extends CacheException
{
public static function create(): self
{
return new self('Query Cache is not configured.');
}
}