CWE-1069

Empty Exception Block
AI Translation Available

An invokable code block contains an exception handling block that does not contain any code, i.e. is empty.

Status
incomplete
Abstraction
variant

Common Consequences

other
Impacts
reduce reliability

Potential Mitigations

Phases:
implementation
Descriptions:
• For every exception block add code that handles the specific exception in the way intended by the application.