PrestaShop-webservice-lib
PrestaShop-webservice-lib copied to clipboard
Exploded the base exception into several more specialized exception class
Questions | Answers |
---|---|
Description? | Exploded the base exception into several more specialized exception class, as initially described in https://github.com/PrestaShop/PrestaShop-webservice-lib/issues/77#issuecomment-1520140508 |
Type? | improvement / refactor |
BC breaks? | no |
Deprecations? | no |
Fixed ticket? | Fixes #77 |
Sponsor company | Gyroscops.com |
How to test? | Any scenario throwing an PrestaShopWebserviceException exception should now throw a more specialized exception implementing PrestaShopWebserviceException (which has now become an interface. |