Exception: Fancybox2::Module::Exceptions::NotValidMQTTClient
- Inherits:
-
StandardError
- Object
- StandardError
- Fancybox2::Module::Exceptions::NotValidMQTTClient
- Defined in:
- lib/fancybox2/module/exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ NotValidMQTTClient
constructor
A new instance of NotValidMQTTClient.
Constructor Details
#initialize(message = nil) ⇒ NotValidMQTTClient
Returns a new instance of NotValidMQTTClient.
22 23 24 25 |
# File 'lib/fancybox2/module/exceptions.rb', line 22 def initialize( = nil) = || 'The provided MQTT client is not an instance of PahoMqtt::Client' super() end |