Skip to content

Commit f866481

Browse files
committed
feat(exception): add tags property to BaseException
1 parent b64f0a1 commit f866481

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/modules/exceptions/base.exception.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ export class BaseException extends HttpException {
55
[key: string]: any;
66
};
77

8+
tags: {
9+
[key: string]: number | string | boolean | bigint | symbol | null | undefined;
10+
};
11+
812
error: Error;
913

1014
loggedMetadata: any;

0 commit comments

Comments
 (0)