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

Authorizer, version 3.14.1. 11 lines.

- Page: https://pluginprobe.com/plugins/authorizer/3.14.1/code/vendor/psr/cache/src/CacheException.php
- Raw: https://pluginprobe.com/plugins/authorizer/3.14.1/raw/vendor/psr/cache/src/CacheException.php
- Modified: 2026-05-07T01:21:20+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.14.1/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 extends \Throwable
{
}

```
