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

15 lines
254 B
PHP
Raw Normal View History

<?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
{
}