-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edb60d7
commit b7ccb9e
Showing
176 changed files
with
12,964 additions
and
12,848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,303 changes: 651 additions & 652 deletions
1,303
src/exceptions/errors.php → src/Exceptions/errors.php
Large diffs are not rendered by default.
Oops, something went wrong.
42 changes: 21 additions & 21 deletions
42
src/exceptions/exceptions.php → src/Exceptions/exceptions.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?php | ||
|
||
namespace Certum\Sdk\Exceptions; | ||
|
||
use Exception; | ||
|
||
/** | ||
* Partner API Library | ||
* | ||
* @copyright Copyright (c) 2020 Asseco Data Systems SA | ||
* @license license.txt | ||
*/ | ||
|
||
/** | ||
* An exception class used by Partner API Library. | ||
* | ||
* @package exceptions | ||
*/ | ||
class PartnerAPIException extends Exception | ||
{ | ||
} | ||
<?php | ||
|
||
namespace Certum\Sdk\Exceptions; | ||
|
||
use Exception; | ||
|
||
/** | ||
* Partner API Library | ||
* | ||
* @copyright Copyright (c) 2020 Asseco Data Systems SA | ||
* @license license.txt | ||
*/ | ||
|
||
/** | ||
* An exception class used by Partner API Library. | ||
* | ||
* @package exceptions | ||
*/ | ||
class PartnerAPIException extends Exception | ||
{ | ||
} |
Oops, something went wrong.