import { DaffProductReviewsNotFoundError } from '@daffodil/reviews/driver'
class DaffProductReviewsNotFoundError extends DaffInheritableError implements DaffError {
readonly code: string = 'DAFF_GEOGRAPHY_COUNTRY_NOT_FOUND'
message: string
__proto__: Error
recoverable: boolean = false
name: string
stack: string
}