mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 20:41:22 +00:00
6 lines
73 B
Rust
6 lines
73 B
Rust
// generates error types
|
|
|
|
use error_chain::error_chain;
|
|
|
|
error_chain! {}
|