Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 140 Bytes

catch_error.md

File metadata and controls

14 lines (13 loc) · 140 Bytes
try {
  foo();
} catch(e) {
  e.message; //doc: A human-readable description of the error.
}
e //: ?
[]