Files
4WDCSA.co.za/google-client/vendor/psr/cache/src/CacheException.php
Local Administrator b83134aca3 Initial commit
2025-04-18 10:32:42 +02:00

11 lines
162 B
PHP

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