mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Implement the basic structure of the beacon node.
This commit is contained in:
8
beacon_node/client/src/error.rs
Normal file
8
beacon_node/client/src/error.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
// generates error types
|
||||
|
||||
use error_chain::{
|
||||
error_chain, error_chain_processing, impl_error_chain_kind, impl_error_chain_processed,
|
||||
impl_extract_backtrace,
|
||||
};
|
||||
|
||||
error_chain! {}
|
||||
Reference in New Issue
Block a user