<?php

namespace Doctrine\DBAL\Cache;

use Doctrine\DBAL\Exception;

class CacheException extends Exception
{

}
