@ -52,7 +52,7 @@ if (x == 5) {
```
try {
int a = 5 / 0;
} catch (exception ex) {
} catch (...) {
std::cout << "Division by zero" << std::endl;
}