mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 12:31:23 +00:00
9 lines
185 B
Rust
9 lines
185 B
Rust
|
// generates error types
|
||
|
|
||
|
use error_chain::{
|
||
|
error_chain, error_chain_processing, impl_error_chain_kind, impl_error_chain_processed,
|
||
|
impl_extract_backtrace,
|
||
|
};
|
||
|
|
||
|
error_chain! {}
|