summaryrefslogtreecommitdiffstats
path: root/src/error.rs
blob: 687a1ec214c94c4cda2cba0e312b13d0f7453114 (plain)
1
2
3
4
5
6
7
8
//
//   This Source Code Form is subject to the terms of the Mozilla Public
//   License, v. 2.0. If a copy of the MPL was not distributed with this
//   file, You can obtain one at http://mozilla.org/MPL/2.0/.
//

#[derive(Debug, thiserror::Error)]
pub enum MqttError {}