import { DaffBadInputError } from '@daffodil/driver'
class DaffBadInputError extends DaffInheritableError implements DaffError { readonly code: string = DaffDriverErrorCodes.BAD_INPUT message: string }