for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ker0x\Push\Adapter;
use Exception;
class InvalidAdapterException extends Exception
{
/**
* Display if no API key is provide.
*
* @return static
*/
public static function noApiKey()
return new static("There is no API key set.");
}