import { AppError, type ErrorCategory } from '@travetto/runtime'; export class AuthenticationError | undefined> extends AppError { // eslint-disable-next-line @typescript-eslint/consistent-type-assertions static defaultCategory = 'authentication' as ErrorCategory; }