Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuilam committed Oct 16, 2022
1 parent edb60d7 commit b7ccb9e
Show file tree
Hide file tree
Showing 176 changed files with 12,964 additions and 12,848 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"require": {
"php": ">=5.6"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.*"
},
"license": "proprietary",
"autoload": {
"psr-4": {
Expand Down
1,303 changes: 651 additions & 652 deletions src/exceptions/errors.php → src/Exceptions/errors.php

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions src/exceptions/exceptions.php → src/Exceptions/exceptions.php
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
{
}
Loading

0 comments on commit b7ccb9e

Please sign in to comment.