2016-05-19 15:05:14 +00:00
|
|
|
generate_error_imports!();
|
2016-03-04 15:43:01 +00:00
|
|
|
use std::convert::Into;
|
|
|
|
|
2016-05-15 14:41:25 +00:00
|
|
|
generate_error_types!(HookError, HookErrorKind,
|
|
|
|
HookExecutionError => "Hook exec error",
|
|
|
|
AccessTypeViolation => "Hook access type violation"
|
|
|
|
);
|
2016-03-04 15:43:01 +00:00
|
|
|
|