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