Changes between Initial Version and Version 1 of Ticket #21729, comment 2
- Timestamp:
- Feb 9, 2015, 6:25:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21729, comment 2
initial v1 8 8 Pretty much exactly what the original example demonstrates. 9 9 10 I argue that there is a precedence catch this exception (possibly in the `Field` class), since the job of a `Form` is to take any user input data and produce a list of errors. And when the user did send invalid data, the Form crashed instead of producing an error.10 I argue that there is a precedence to catch this exception (possibly in the `Field` class), since the job of a `Form` is to take any user input data and produce a list of errors. And when the user did send invalid data, the Form crashed instead of producing an error. 11 11 12 12 Here is (the relevant part of) a stack trace: