Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 670 Bytes

Error.md

File metadata and controls

30 lines (23 loc) · 670 Bytes

@squirrel-forge/ui-util

Back to table of contents

Documentation

Javascript / Error

DOM <[ Error ]> Events

Table of contents


Exception

Exception class - Extension of the native Error with a previous implementation

Class overview

class Exception extends Error {
  constructor( message, previous ) {}
  previous : *
  previousToStack : boolean
  previousPrefix : string
  addPreviousToStack() {}
}

For more details check the Exception source file.


DOM <[ Error ]> Events