1
2
3
4
5
6
use derive_more::Display;

/// Error caused by the CLI program.
#[derive(Debug, Display, Clone, Copy, PartialEq, Eq)]
#[non_exhaustive]
pub enum RuntimeError {}