3 lines
65 B
OCaml
3 lines
65 B
OCaml
|
|
fun f() = raise MyException;
|
||
|
|
fun g() = raise MyDataException 22;
|