|
|
@@ -4,7 +4,7 @@ namespace MQTTnet.Exceptions |
|
|
|
{ |
|
|
|
public sealed class MqttCommunicationTimedOutException : MqttCommunicationException |
|
|
|
{ |
|
|
|
public MqttCommunicationTimedOutException() : base() { } |
|
|
|
public MqttCommunicationTimedOutException() { } |
|
|
|
public MqttCommunicationTimedOutException(Exception innerException) : base(innerException) { } |
|
|
|
|
|
|
|
} |
|
|
|