import { DaffUnauthorizedError } from '@daffodil/auth/driver'
class DaffUnauthorizedError extends DaffInheritableError implements DaffError {
readonly code: string = DaffAuthDriverErrorCodes.UNAUTHORIZED
message: string
__proto__: Error
recoverable: boolean = false
name: string
stack: string
}