# Class: default

[abort-error-exception](../modules/abort_error_exception.md).default

Error used when a promise rejects because an AbortController aborted.

## Hierarchy

- `DOMException`

  ↳ **`default`**

## Table of contents

### Constructors

- [constructor](abort_error_exception.default.md#constructor)

## Constructors

### constructor

• **new default**(`message`)

#### Parameters

| Name | Type |
| :------ | :------ |
| `message` | `any` |

#### Overrides

DOMException.constructor

#### Defined in

[src/abort-error-exception.js:13](https://github.com/Twipped/js-utils/blob/9c196e3/src/abort-error-exception.js#L13)
