# LoggedDecoratorOptions.doNotThrow property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.loggeddecoratoroptions.donotthrow/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Set to `true` to swallow the error after logging it, in which case the method resolves to `undefined`.

**Signature:**

```typescript
doNotThrow?: boolean;
```

## Remarks

Inverted sense: by default the error is re-thrown.

