1%insert(mli) %{
2exception BadArgs of string
3exception BadMethodName of c_obj * string * string
4exception NotObject of c_obj
5exception NotEnumType of c_obj
6exception LabelNotFromThisEnum of c_obj
7exception InvalidDirectorCall of c_obj
8%}
9
10%insert(ml) %{
11exception BadArgs of string
12exception BadMethodName of c_obj * string * string
13exception NotObject of c_obj
14exception NotEnumType of c_obj
15exception LabelNotFromThisEnum of c_obj
16exception InvalidDirectorCall of c_obj
17%}