From 6b9a0cf07df8276302844b61fc8976f398d82270 Mon Sep 17 00:00:00 2001 From: Tymoteusz Motylewski Date: Mon, 27 Sep 2021 17:56:43 +0200 Subject: [PATCH] Add throwException to earlyTerminatingMethodCalls --- extension.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extension.neon b/extension.neon index 5904fe6..502e1df 100644 --- a/extension.neon +++ b/extension.neon @@ -19,6 +19,9 @@ parameters: typeAliases: Mage_Catalog_Model_Entity_Product_Collection: 'Mage_Catalog_Model_Resource_Product_Collection' callback: 'callable' + earlyTerminatingMethodCalls: + Mage: + - throwException services: -