You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -18,22 +27,37 @@ final public function __construct(string $message, int $code, Exception $previou
18
27
$this->responseAttributes = $responseAttributes;
19
28
}
20
29
21
-
publicstaticfunctionserviceRespondedWithAnError($message, $responseAttributes, string$exceptionMessage = 'The fax failed to send via InterFAX.')
30
+
/**
31
+
* @param InterfaxMessage $message
32
+
* @param array<string, mixed> $responseAttributes
33
+
* @param string $exceptionMessage
34
+
* @return CouldNotSendNotification
35
+
*/
36
+
publicstaticfunctionserviceRespondedWithAnError(InterfaxMessage$message, array$responseAttributes, string$exceptionMessage = 'The fax failed to send via InterFAX.')
0 commit comments