RosettaCodeData/Task/Exceptions/OCaml/exceptions-1.ocaml

3 lines
65 B
Plaintext

exception My_Exception;;
exception Another_Exception of string;;