<?php

namespace DeliciousBrains\WP_Offload_Media\Gcp\Psr\Cache;

/**
 * Exception interface for all exceptions thrown by an Implementing Library.
 */
interface CacheException
{
}
