for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) Flipbox Digital Limited
* @license https://github.com/flipbox/cache/blob/master/LICENSE
* @link https://github.com/flipbox/cache
*/
namespace Flipbox\Cache\Exceptions;
* @author Flipbox Factory <[email protected]>
* @since 2.0.0
class InvalidCachePoolException extends \Exception
{
* @return string
public function getName(): string
return 'Invalid Cache Pool';
}