for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Scriptotek\GoogleBooks\Exceptions;
use Exception;
class InvalidCOnfiguration extends Exception
{
public static function keyNotSpecified()
return new static('No Google Books API key configured.');
}