for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Datomatic\LaravelHubspotEmailNotificationChannel\Exceptions;
class CouldNotSendNotification extends BaseException
{
public static function serviceRespondedWithAnError(string $response): self
return new static($response);
}