Skip to content

Commit fbe1667

Browse files
ENGCOM-2154: Improve comment message #16472
- Merge Pull Request #16472 from gelanivishal/magento2:patch-1 - Merged commits: 1. 3ddbd75 2. 67cbcba 3. e4d64de 4. 6896a7a 5. 777ffae
2 parents 0383b22 + 777ffae commit fbe1667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/internal/Magento/Framework/Exception/AbstractAggregateException.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ public function addError(Phrase $phrase)
7878
return $this;
7979
}
8080

81+
/**
82+
* @param LocalizedException $exception
83+
* @return $this
84+
*/
8185
public function addException(LocalizedException $exception)
8286
{
8387
$this->addErrorCalls++;

0 commit comments

Comments
 (0)