title | issue | author |
---|---|---|
Edit App Already installed Exception |
NEXT-19982 |
t.goldbach@shopware.com |
- Changed
AppAlreadyInstalledException
class now extendsShopwareHttpException
instead of\Exception
. - Added
getErrorCode
method toAppAlreadyInstalledException
class. - Added
getStatusCode
method toAppAlreadyInstalledException
class. - Changed
AppAlreadyInstalledException
class constructor message now uses the message template and placeholders.