CMS 2.0
This commit is contained in:
15
vendor/php-mqtt/client/src/Exceptions/ConfigurationInvalidException.php
vendored
Normal file
15
vendor/php-mqtt/client/src/Exceptions/ConfigurationInvalidException.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace PhpMqtt\Client\Exceptions;
|
||||
|
||||
/**
|
||||
* Exception to be thrown if an MQTT client has been misconfigured or wrong connection
|
||||
* settings are being used.
|
||||
*
|
||||
* @package PhpMqtt\Client\Exceptions
|
||||
*/
|
||||
class ConfigurationInvalidException extends MqttClientException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user