blob: 72691295e70a2c720ae579071711c6d1720f42bf [file] [log] [blame]
use thiserror::Error;
#[derive(Error, Debug)]
#[error("".yellow)]
pub struct ArgError;
fn main() {}