Skip to content

Commit

Permalink
Merge pull request #120 from firegento/refactoring-2022
Browse files Browse the repository at this point in the history
Refactoring for version 2.0
  • Loading branch information
avstudnitz authored Oct 17, 2022
2 parents db37568 + f7685ce commit 5ed6335
Show file tree
Hide file tree
Showing 32 changed files with 742 additions and 1,248 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,15 @@
"contributions": [
"doc"
]
},
{
"login": "sprankhub",
"name": "Simon Sprankel",
"avatar_url": "https://avatars.githubusercontent.com/u/930199?v=4",
"profile": "https://github.com/sprankhub",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
Expand Down
14 changes: 14 additions & 0 deletions Exception/ImportException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php
/**
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
*/

declare(strict_types=1);

namespace FireGento\FastSimpleImport\Exception;

class ImportException extends \Exception
{

}
16 changes: 16 additions & 0 deletions Exception/RuntimeException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
/**
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
*/

declare(strict_types=1);

namespace FireGento\FastSimpleImport\Exception;

use Magento\Framework\Exception\LocalizedException;

class RuntimeException extends LocalizedException
{

}
14 changes: 14 additions & 0 deletions Exception/ValidationException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php
/**
* @copyright © 2016 - 2022 FireGento e.V. - All rights reserved.
* @license https://opensource.org/licenses/GPL-3.0 GPL-3
*/

declare(strict_types=1);

namespace FireGento\FastSimpleImport\Exception;

class ValidationException extends \Exception
{

}
81 changes: 0 additions & 81 deletions Helper/Config.php

This file was deleted.

167 changes: 0 additions & 167 deletions Helper/ImportError.php

This file was deleted.

Loading

0 comments on commit 5ed6335

Please sign in to comment.