Exemplo n.º 1
0
 /**
  * API Exception Registration
  *
  * This method registers any exception that occurs as a result of a soapFault
  * being thrown. If a soapFault object was throw while the Operations object
  * was calling the execute method, then this method will be invoked instead
  * of the registerAPIResponse() method.
  *
  * @access private
  * @param SoapFault $APIException
  */
 protected function registerAPIException($APIException)
 {
     PayPalBase::setAPISoapFault($APIException);
 }