Documentation

FcmException extends Exception
in package

Exception with specific information that is from the Google Firebase API.

Table of Contents

Properties

$fcmError  : FcmError
$sendAllResult  : SendAllResult|null

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(FcmError $fcmError[, SendAllResult|null $sendAllResult = null ][, Throwable $previous = null ]) : mixed
Parameters
$fcmError : FcmError

The FcmError instance.

$sendAllResult : SendAllResult|null = null

Optional SendAllResult instance, will only be defined when sending multiple messages. This way you can see which messages have already been sent and which one had errors.

$previous : Throwable = null

        
On this page

Search results