We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe892ab commit 4e3bc73Copy full SHA for 4e3bc73
lib/internal/Magento/Framework/Message/ExceptionMessageFactoryPool.php
@@ -9,14 +9,14 @@
9
class ExceptionMessageFactoryPool
10
{
11
/**
12
- * Key of instance is the exception format parameter
+ * Instances of factories that are specific for certain exceptions
13
*
14
* @var ExceptionMessageFactoryInterface[]
15
*/
16
private $exceptionMessageFactoryMap = [];
17
18
19
+ * Default exception factory
20
21
* @var ExceptionMessageFactoryInterface
22
0 commit comments