* @since 2.1.0 */ class Exception extends \yii\base\Exception implements \Psr\SimpleCache\CacheException { /** * {@inheritdoc} */ public function getName() { return 'Cache Exception'; } }