CacheException.class.php 180 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php /** * Created by PhpStorm. * User: graymur * Date: 26.11.13 * Time: 13:12 */ namespace Cpeople\Classes\Cache; class CacheException extends \Exception { }