Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CannotSwitchStoreException.php
Go to the documentation of this file.
1 <?php
6 declare(strict_types=1);
7 
9 
12 
17 {
23  public function __construct(\Exception $cause = null, Phrase $phrase = null, int $code = 0)
24  {
25  parent::__construct($phrase ?: __('The store cannot be switched.'), $cause, $code);
26  }
27 }
__construct(\Exception $cause=null, Phrase $phrase=null, int $code=0)
__()
Definition: __.php:13
$code
Definition: info.phtml:12