-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from firegento/refactoring-2022
Refactoring for version 2.0
- Loading branch information
Showing
32 changed files
with
742 additions
and
1,248 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
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 |
---|---|---|
@@ -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 | ||
{ | ||
|
||
} |
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 |
---|---|---|
@@ -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 | ||
{ | ||
|
||
} |
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 |
---|---|---|
@@ -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 | ||
{ | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.