Files
python/reference/concepts/exception_message.md

7 lines
314 B
Markdown
Raw Normal View History

# Exception message
TODO: ADD MORE
- the user can use a custom error message inside the mentioned `ValueError` [variable-length-quantity](../exercise-concepts/variable-length-quantity.md)
- Custom error messages can (and should) be supplied to an Exception when raised [hamming](../exercise-concepts/hamming.md)