Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CouldNotSaveException.php
Go to the documentation of this file.
1 <?php
7 
9 use Magento\Framework\Exception\CouldNotSaveException as LocalizedCouldNotSaveException;
11 
18 class CouldNotSaveException extends LocalizedCouldNotSaveException implements TemporaryStateExceptionInterface
19 {
27  public function __construct(Phrase $phrase, \Exception $previous = null, $code = 0)
28  {
29  parent::__construct($phrase, $previous, $code);
30  $this->code = $code;
31  }
32 }
__construct(Phrase $phrase, \Exception $previous=null, $code=0)
$code
Definition: info.phtml:12