PluginProbe
SendWP / 1.4.4
SendWP v1.4.4
trunk 0.0.1 0.0.2 0.0.3 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.1 1.2.10 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.4.4 1.4.5 1.4.6 1.4.8
sendwp / vendor / psr / cache / src / CacheException.php

CacheException.php in SendWP 1.4.4, at vendor/psr/cache/src/CacheException.php

11 lines 162 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Psr\Cache;
4
5 /**
6 * Exception interface for all exceptions thrown by an Implementing Library.
7 */
8 interface CacheException extends \Throwable
9 {
10 }
11