Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
MergeConflictException.php
Go to the documentation of this file.
1 <?php
7 
10 
18 {
24  private $conflictingSynonyms;
25 
34  public function __construct(array $conflictingSynonyms, Phrase $phrase = null, \Exception $cause = null, $code = 0)
35  {
36  parent::__construct($phrase, $cause, $code);
37  $this->conflictingSynonyms = $conflictingSynonyms;
38  }
39 
46  public function getConflictingSynonyms()
47  {
48  return $this->conflictingSynonyms;
49  }
50 }
__construct(array $conflictingSynonyms, Phrase $phrase=null, \Exception $cause=null, $code=0)
$code
Definition: info.phtml:12