Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ExceptionMessageFactoryInterface.php
Go to the documentation of this file.
1 <?php
8 
10 
16 {
25  public function createMessage(\Exception $exception, $type = MessageInterface::TYPE_ERROR);
26 }
$type
Definition: item.phtml:13
createMessage(\Exception $exception, $type=MessageInterface::TYPE_ERROR)