File: Exceptions.php
Source Location: /Payment_PayPal_SOAP-0.1.0/PayPal/SOAP/Exceptions.php
Classes:
Payment_PayPal_SOAP_Exception
Base class for exceptions thrown by the Payment_PayPal_SOAP package
Payment_PayPal_SOAP_InvalidModeException
Exception thrown when an invalid mode is used in the client constructor
Payment_PayPal_SOAP_InvalidRequestNameException
Exception thrown when an invalid request name is used in the Payment_PayPal_SOAP_Client::call() method
Payment_PayPal_SOAP_MissingPropertyException
Exception thrown when a required request property is missing in the arguments parameter of a Payment_PayPal_SOAP_Client::call() method call
Payment_PayPal_SOAP_FaultException
Exception thrown when a SOAP fault occurs
Payment_PayPal_SOAP_ErrorException
Exception thrown when the SOAP response contains one or more Error elements
Payment_PayPal_SOAP_ExpiredTokenException
Exception thrown when a requests is made with an expired checkout token
Page Details:
Payment_PayPal_SOAP is a package to easily use PayPal's SOAP API from PHP
This file contains various package-specific exception class definitions. PHP version 5 LICENSE: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Includes:
require_once('PEAR/Exception.php') [line 40]
PEAR exception handler and base class
Documentation generated on Mon, 11 Mar 2019 15:25:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|