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