import { DaffAuthorizeNetPastCCExpirationError } from '@daffodil/authorizenet/driver'
An error thrown when the credit card expiration date is in the past.
class DaffAuthorizeNetPastCCExpirationError extends DaffInheritableError implements DaffError {
readonly code: string = DaffAuthorizeNetDriverErrorCodes.PAST_CC_EXPIRATION
message: string
}