import { DaffAuthorizeNetInvalidCCCVVError } from '@daffodil/authorizenet/driver'
An error thrown when the credit card cvv number is invalid.
class DaffAuthorizeNetInvalidCCCVVError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthorizeNetDriverErrorCodes.INVALID_CC_CVV
  message: string
}