macro_rules! sc_error { ($s:expr) => { ... }; }
👎Deprecated since 0.48.0: Use
sc_panic! instead, which terminates immediately.Expand description
Compact way of returning a static error message.
macro_rules! sc_error { ($s:expr) => { ... }; }
sc_panic! instead, which terminates immediately.Compact way of returning a static error message.