whynot_errors/
lib.rs

1mod app_error;
2mod setup_error;
3
4pub use app_error::*;
5pub use setup_error::*;