import { DaffStorageServiceError } from '@daffodil/core'
class DaffStorageServiceError extends DaffInheritableError implements DaffError { readonly code: string = DAFF_STORAGE_SERVICE_ERROR_CODE message: string }