Glossary coding Term Page Exception A runtime signal that something went wrong exception #coding#python Korean version Related Concepts TracebackLoggerHandler 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 [Python 시리즈 9편] 예외 처리와 로깅 전략 try/except 패턴, 사용자 정의 예외, 로깅 설정으로 운영 현장에서 신뢰할 수 있는 스크립트를 만든다.[Python Series 9] Exception Handling and Logging Strategies Implement try/except patterns, custom exceptions, and Python logging to keep automation scripts trustworthy in production.