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