TYP306
TYP306 — panic payload does not fit Panic
| Subsystem | Type checking |
| Severity | error |
panic <expr> requires the payload’s type to fit the Panic face. Add fit YourType : Panic { … }, use a string (panic "…") or a blessed prelude payload (Cancelled, Closed, RuntimeDenied). See spec/errors.md §“panic and trap”.
From your terminal:
q64 explain TYP306