5 lines
59 B
Text
5 lines
59 B
Text
try {
|
|
foo();
|
|
} catch (Any e) {
|
|
// handle exception e
|
|
}
|