DIR: /proc/self/root/usr/share/php/Psr/Cache/ |
Current File : //proc/self/root/usr/share/php/Psr/Cache/CacheException.php |
<?php namespace Psr\Cache; /** * Exception interface for all exceptions thrown by an Implementing Library. */ interface CacheException { } |