Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 476 Bytes

2023-02-23-edit-appalreadyinstalledexception.md

File metadata and controls

11 lines (10 loc) · 476 Bytes
title issue author
Edit App Already installed Exception
NEXT-19982
t.goldbach@shopware.com

Core

  • Changed AppAlreadyInstalledException class now extends ShopwareHttpException instead of \Exception.
  • Added getErrorCode method to AppAlreadyInstalledException class.
  • Added getStatusCode method to AppAlreadyInstalledException class.
  • Changed AppAlreadyInstalledException class constructor message now uses the message template and placeholders.