summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/google-api-client/vendor/psr/cache/src/CacheException.php
blob: e27f22f8d6026cfa5bcb94bba6f316a88cb722b4 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Psr\Cache;

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