Overview

Packages

  • exceptions
  • messages
  • operations
  • PHP
  • service
  • types

Exceptions

  • PartnerAPIException
  • Overview
  • Package
  • Class
  • Tree
 1: <?php
 2: /**
 3:  * Partner API Library
 4:  * 
 5:  * @copyright Copyright (c) 2020 Asseco Data Systems SA
 6:  * @license license.txt
 7:  */
 8: 
 9: /**
10:  * An exception class used by Partner API Library.
11:  * 
12:  * @package exceptions
13:  */
14: class PartnerAPIException extends Exception {
15:     
16: }
17: 
API documentation generated by ApiGen 2.8.0