class
MQTT::Error
- MQTT::Error
- Exception
- Reference
- Object
Overview
Super-class for other MQTT related exceptions.
Every error raised by this shard is a subclass of this, so
rescue MQTT::Error is sufficient to catch them all.
Direct Known Subclasses
- MQTT::ConnectError
- MQTT::NotConnectedError
- MQTT::ProtocolError
- MQTT::SubscriptionError
- MQTT::TimeoutError