Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 439 Bytes

2023-10-30-introduce-entity-not-found-message.md

File metadata and controls

10 lines (9 loc) · 439 Bytes
title issue author author_github
Introduce entity not found message template
NEXT-31378
Michael Telgmann
mitelg

Core

  • Added Shopware\Core\Framework\HttpException::$couldNotFindMessage template for creating exception messages for not found entities.
  • Deprecated \Shopware\Core\Checkout\Payment\PaymentException::unknownPaymentMethod. Use unknownPaymentMethodById or unknownPaymentMethodByHandlerIdentifier instead.