Skip to content

Commit ccf3747

Browse files
committed
Restore PrestaShopWebserviceException to prevent breaking changes
1 parent 5443027 commit ccf3747

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/Exceptions/PrestashopWebServiceException.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
namespace Protechstudio\PrestashopWebService\Exceptions;
44

5-
class PrestashopWebServiceException extends \Exception
5+
use Protechstudio\PrestashopWebService\PrestaShopWebserviceException as PSWException;
6+
7+
class PrestashopWebServiceException extends PSWException
68
{
79

810
}

src/PrestaShopWebserviceException.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Protechstudio\PrestashopWebService;
4+
5+
class PrestaShopWebserviceException extends \Exception
6+
{
7+
8+
}

0 commit comments

Comments
 (0)