package gen_js_api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

OCaml view on JS exceptions

type t
val name : t -> string
val message : t -> string
val stack : t -> string option
val to_string : t -> string
exception Error of t