Module Mel_exception

type error =
  1. | Cmj_not_found of string
  2. | Js_not_found of string
  3. | Mel_duplicate_exports of string
  4. | Missing_ml_dependency of string
  5. | Dependency_script_module_dependent_not of string
val error : error -> 'a