I
Size: a a a
I
𝙼
I
li
𝙼
go nahooi()
li
try:
# code
if smth:
raise Exception("dinahooi")
# code
except Exception:
print("went nahooi")
li
li
𝙼
try:
# code
if smth:
raise Exception("dinahooi")
# code
except Exception:
print("went nahooi")
I
try:
# code
if smth:
raise Exception("dinahooi")
# code
except Exception:
print("went nahooi")
I
I
I
𝙼
li
try {
// code
if (smth)
throw "dinahooi";
// code
} catch (const char *msg) {
std::cout << "went nahooi" << std::endl;
}
𝙼
𝙼
try {
// code
if (smth)
throw "dinahooi";
// code
} catch (const char *msg) {
std::cout << "went nahooi" << std::endl;
}