for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hamburgscleanest\LaravelGuzzleThrottle\Exceptions;
class DriverNotSetException extends \RuntimeException
{
public function __construct()
parent::__construct('Please provide a cache driver.');
}