Files
Kanboard-Prod/vendor/psr/cache/src/CacheException.php
Frédéric Guillot f60e4a0c59 Update vendored libs
2020-06-09 09:48:55 -07:00

11 lines
143 B
PHP

<?php
namespace Psr\Cache;
/**
* Exception interface for all exceptions thrown by an Implementing Library.
*/
interface CacheException
{
}