Documentation

MqttClientException extends Exception

Exception to be thrown if an MQTT client error occurs.

Table of Contents

__construct()  : mixed
MqttClientException constructor.

Methods

__construct()

MqttClientException constructor.

public __construct([string $message = '' ], int $code[, Throwable|null $parentException = null ]) : mixed
Parameters
$message : string = ''
$code : int
$parentException : Throwable|null = null
Return values
mixed

Search results