Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 721 Bytes

sip.js.exception.md

File metadata and controls

21 lines (13 loc) · 721 Bytes

Home > sip.js > Exception

Exception class

An Exception is considered a condition that a reasonable application may wish to catch. An Error indicates serious problems that a reasonable application should not try to catch.

Signature:

export declare abstract class Exception extends Error 

Extends: Error

Constructors

Constructor Modifiers Description
(constructor)(message) Constructs a new instance of the Exception class