// Copyright (c) DUSK NETWORK. All rights reserved.
// Licensed under the MPL 2.0 license. See LICENSE file in the project root for details.
//! Errors related to the proof_system module.
use Error;
/// Defines all of the possible ProofError types that we could have when
/// we are working with the `proof_system` module.