# authorizer/3.9.0/vendor/psr/cache/src/CacheException.php

Authorizer, version 3.9.0. 11 lines.

- Page: https://pluginprobe.com/plugins/authorizer/3.9.0/code/vendor/psr/cache/src/CacheException.php
- Raw: https://pluginprobe.com/plugins/authorizer/3.9.0/raw/vendor/psr/cache/src/CacheException.php
- Modified: 2021-02-04T21:50:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/authorizer/3.9.0/code/vendor/psr/cache/src/CacheException.php#L10-L20`.

```php
<?php

namespace Psr\Cache;

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

```
