8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
namespace ZenTao\Cache\SimpleCache;
|
|
|
|
class CacheException extends \RuntimeException
|
|
{
|
|
}
|