FailedAssertionException
Description
- Derived from
This exception is raised when a runtime code assertion has failed.
Code assertions are used to validate the current application state. Evaluation of assertions is limited to DEBUG
mode in order to increase performance. An FailedAssertionException indicates a programming error, so this kind of exception is never documented explicitly.