# AllSubscriptions

`interface` in `seedcord` · v0.13.0

<https://docs.seedcord.org/packages/seedcord/0.13.0/interfaces/all-subscriptions>

Combined subscribers interface containing both default and custom subscribers.

```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: Nullable<Guild>; user: Nullable<User>; metadata?: unknown; }
```

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