# TransactionRevertedError

Defined in: [atomiq-base/src/errors/TransactionRevertedError.ts:6](https://github.com/atomiqlabs/atomiq-base/blob/df344bedbab9ab3de863e3c2d9246e90bd861d04/src/errors/TransactionRevertedError.ts#L6)

Indicates that the sent transaction has reverted (i.e. was confirmed but the execution failed)

## Extends

* `Error`

## Constructors

### Constructor

```
new TransactionRevertedError(msg): TransactionRevertedError;
```

Defined in: [atomiq-base/src/errors/TransactionRevertedError.ts:8](https://github.com/atomiqlabs/atomiq-base/blob/df344bedbab9ab3de863e3c2d9246e90bd861d04/src/errors/TransactionRevertedError.ts#L8)

#### Parameters

| Parameter | Type     |
| --------- | -------- |
| `msg`     | `string` |

#### Returns

`TransactionRevertedError`

#### Overrides

```
Error.constructor
```
