pico
pico copied to clipboard
better error reporting
Design some mechanism (e.g., exception-based?) to report errors of different kinds:
- typing (data/structure) errors
- generic errors (e.g., non-existing file)
- ...