<?php

namespace Psr\Cache;

interface InvalidArgumentException extends CacheException
{
}
