Class type Js.error

class type error = object .. end
Specification of Javascript error object.

method name : js_string t prop
method message : js_string t prop
method stack : js_string t optdef prop
method toString : js_string t meth