for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CoreProc\NotificationChannels\PlaySms\Exceptions;
class CouldNotSendNotification extends \Exception
{
public static function serviceRespondedWithAnError($response)
$response
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
return new static('Descriptive error message.');
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.