src/Cache/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Anax\Cache;

use Psr\SimpleCache\CacheException;

/**
 * Module specific exception.
 */
class Exception extends \Exception implements CacheException
{

}