$this->exception("Customer ({$this->customer_id}) and payment processor ID don't match (expected: {$customer['processor_id']}, actual: {$this->_paymentProcessor->getID()})");
$message=$this->_paymentProcessor->getPaymentProcessorLabel().'Stripe Customer not found in CiviCRM for event '.CRM_Stripe_Api::getParam('id',$this->_inputParameters);