imag/libimagstore/src/hook/error.rs

11 lines
266 B
Rust
Raw Normal View History

generate_error_module!(
generate_error_types!(HookError, HookErrorKind,
HookExecutionError => "Hook exec error",
AccessTypeViolation => "Hook access type violation"
);
);
2016-03-04 15:43:01 +00:00
pub use self::error::HookError;
pub use self::error::HookErrorKind;