for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace NotificationChannels\Pushover\Exceptions;
class EmergencyNotificationRequiresRetryAndExpire extends \Exception
{
protected $message = 'Priority set to emergency, but no retry or expire time supplied.';
}