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: