for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace NotificationChannels\Zendesk\Exceptions;
class CouldNotSendNotification extends \Exception
{
public static function serviceRespondedWithAnError($message)
return new static('Zendesk responded with an error: `'.$message);
}