- make-exn-condition #!optional LOC MSG ARGS CALL-CHAIN ERRNOprocedure
Returns an exn property-condition with optional location, arguments, call-chain, and errno property values.
Defaults:
- LOC
- missing
- MSG
- "unknown"
- ARGS
- missing
- CALL-CHAIN
- missing
- ERRNO
- missing
Will always include message property in the property-condition.