<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Exception](./sip.js.exception.md)

## 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.

<b>Signature:</b>

```typescript
export declare abstract class Exception extends Error 
```

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(message)](./sip.js.exception._constructor_.md) |  | Constructs a new instance of the <code>Exception</code> class |

