Glossary coding Term Page

Exception

A runtime signal that something went wrong

exception #coding#python
Korean version

Related Concepts

Core Idea

Exception is A runtime signal that something went wrong; handled via try/except. It usually makes the most sense alongside Traceback, Logger, Handler.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept