dark_vm/errors/
mod.rs

1/// The error module, which contains information about different errors and also handles them.
2pub mod error;
3
4/// The error_kind module, which contains the ErrorKind enum. This enum describes the various kinds of errors that can occur.
5pub mod error_kind;