<?php
declare(strict_types=1);

namespace FreshCloud\Mail\Cache;

final class CacheException extends \RuntimeException
{
}