Skip to content

Commit 4e3bc73

Browse files
committed
MAGETWO-66480: [GITHUB] URL key for specified store already exists #6671
- comments
1 parent fe892ab commit 4e3bc73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Message/ExceptionMessageFactoryPool.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
class ExceptionMessageFactoryPool
1010
{
1111
/**
12-
* Key of instance is the exception format parameter
12+
* Instances of factories that are specific for certain exceptions
1313
*
1414
* @var ExceptionMessageFactoryInterface[]
1515
*/
1616
private $exceptionMessageFactoryMap = [];
1717

1818
/**
19-
* Key of instance is the exception format parameter
19+
* Default exception factory
2020
*
2121
* @var ExceptionMessageFactoryInterface
2222
*/

0 commit comments

Comments
 (0)