sip.js.exception.md

September 26, 2022 ยท View on GitHub

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

ConstructorModifiersDescription
(constructor)(message)Constructs a new instance of the Exception class