Adjusted error handling

This commit is contained in:
Zachary Sunforge
2024-06-14 12:38:33 -07:00
parent 3f79ef86d8
commit 02ddde0c5d
3 changed files with 15 additions and 25 deletions

View File

@ -3,6 +3,6 @@
pub mod transducer;
pub mod control;
pub mod cell;
mod error;
pub mod error;
pub use error::CriticalError;