# AllSubscriptions

`interface` in `gateway` · v0.1.0-next.3

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/interfaces/all-subscriptions>

```ts
interface AllSubscriptions extends DefaultSubscriptions, Subscriptions
```

## Properties

### handledException

```ts
handledException: {
    denial: Notice;
    uuid: UUID;
    source: FaultSource;
}
```

Triggered when a reported Notice (`report: true`) is caught

### unknownException

```ts
unknownException: { uuid: UUID; error: Error; guild?: { id: string; name: string; } | undefined; user?: { id: string; username: string; } | undefined; metadata?: unknown; }
```

Triggered when an unhandled exception (a raw non-Notice throw) occurs
