loader image
Skip to main content

Exception

An error event that interrupts normal program flow. Many languages provide try/catch (or try/except) to handle exceptions gracefully, log useful details, and continue processing when possible.

» Site Glossary