www/vendor/php-mqtt/client/src/Exceptions/RepositoryException.php

15 lines
254 B
PHP
Raw Normal View History

2026-05-11 22:31:48 +00:00
<?php
declare(strict_types=1);
namespace PhpMqtt\Client\Exceptions;
/**
* Exception to be thrown if an MQTT client repository encounters an error.
*
* @package PhpMqtt\Client\Exceptions
*/
class RepositoryException extends MqttClientException
{
}