cschladetsch / cschladetsch/CsharpPyro
Make an 'Error' type.
Open
enhancement
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently, any errors encountered anywhere are generally just pushed onto the stack as a string.
We want an 'Error' type, instances of which contain things like stack trace etc, and perhaps even the ability to restore the stack to state before the error occurred.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.