mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
10 lines
143 B
PHP
10 lines
143 B
PHP
<?php
|
|
|
|
namespace Psr\Cache;
|
|
|
|
/**
|
|
* Exception interface for all exceptions thrown by an Implementing Library.
|
|
*/
|
|
interface CacheException
|
|
{
|
|
}
|