surf_disco/error.rs
1// Copyright (c) 2022 Espresso Systems (espressosys.com)
2// This file is part of the surf-disco library.
3
4// You should have received a copy of the MIT License
5// along with the surf-disco library. If not, see <https://mit-license.org/>.
6
7pub use tide_disco::error::ServerError as ClientError;
8pub use tide_disco::Error;