aboutsummaryrefslogtreecommitdiffstats
path: root/src/error.rs
blob: d1c4d102630049454519572d2c42d80dd90ba1da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0
 *
 * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved.
 */

//use failure::Error;

//#[derive(Debug, Fail)]
//enum WireguardError {
//}