preamble.swg 473 B

1234567891011121314151617
  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. %insert(ml) %{
  10. exception BadArgs of string
  11. exception BadMethodName of c_obj * string * string
  12. exception NotObject of c_obj
  13. exception NotEnumType of c_obj
  14. exception LabelNotFromThisEnum of c_obj
  15. exception InvalidDirectorCall of c_obj
  16. %}