Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/vendor/doctrine/orm/src/Cache/LockException.php

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Cache;

use Doctrine\ORM\Cache\Exception\CacheException;

/**
 * Lock exception for cache.
 */
class LockException extends CacheException
{
}
Back to Directory File Manager