for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hamburgscleanest\GuzzleAdvancedThrottle\Exceptions;
class RedisDatabaseNotSetException extends \RuntimeException
{
public function __construct()
parent::__construct('Please set a database connection for redis.');
}