Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 162 Bytes

JsExceptions.md

File metadata and controls

11 lines (9 loc) · 162 Bytes
  • A very basic throw/catch stream.
//Object
throw: {
  name: 'TypeofError',
  message: 'Something collided around here'
};
//Rest of Object