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
{
public static function noApiKey()
return new static("There is no API key set.");
}