We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8097b80 commit 5c4d43bCopy full SHA for 5c4d43b
1 file changed
adafruit_minimqtt/adafruit_minimqtt.py
@@ -1051,7 +1051,7 @@ def _connected(self):
1051
a `MMQTTException` if `False`.
1052
"""
1053
if not self.is_connected():
1054
- raise MQTTException("MiniMQTT is not connected")
+ raise MMQTTException("MiniMQTT is not connected")
1055
1056
def is_connected(self):
1057
"""Returns MQTT client session status as True if connected, False
0 commit comments