Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
StoreIsInactiveException.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Store\Model;
7 
10 
16 {
22  public function __construct(Phrase $phrase = null, \Exception $cause = null, $code = 0)
23  {
24  if ($phrase === null) {
25  $phrase = new Phrase('Store is inactive');
26  }
27  parent::__construct($phrase, $cause, $code);
28  }
29 }
__construct(Phrase $phrase=null, \Exception $cause=null, $code=0)
$code
Definition: info.phtml:12