ConfigurationInvalidException
extends MqttClientException
in package
Exception to be thrown if an MQTT client has been misconfigured or wrong connection settings are being used.
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