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