scout-soroban
scout-soroban copied to clipboard
Add `panic_with_error!` as possible remediation for unsafe expect, unwrap, etc
Comment Juli
As an alternative to returning a result enum, use panic_with_error!
, from soroban sdk, as a more elegant remediation to just panic.