[@debridge-finance/solana-client](../README.md) / [Exports](../modules.md) / [errors](../modules/errors.md) / BridgeNotExists

# Class: BridgeNotExists

[errors](../modules/errors.md).BridgeNotExists

## Hierarchy

- [`AccountError`](errors.AccountError.md)

  ↳ **`BridgeNotExists`**

## Table of contents

### Constructors

- [constructor](errors.BridgeNotExists.md#constructor)

### Properties

- [publicKey](errors.BridgeNotExists.md#publickey)

## Constructors

### constructor

• **new BridgeNotExists**(`publicKey`)

#### Parameters

| Name | Type |
| :------ | :------ |
| `publicKey` | `PublicKey` |

#### Inherited from

[AccountError](errors.AccountError.md).[constructor](errors.AccountError.md#constructor)

#### Defined in

[errors.ts:19](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/errors.ts#L19)

## Properties

### publicKey

• `Readonly` **publicKey**: `PublicKey`

#### Inherited from

[AccountError](errors.AccountError.md).[publicKey](errors.AccountError.md#publickey)

#### Defined in

[errors.ts:17](https://github.com/debridge-finance/solana-contracts-client/blob/1b61583/src/errors.ts#L17)
