Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AppInterface.php
Go to the documentation of this file.
1 <?php
8 namespace Magento\Framework;
9 
19 interface AppInterface
20 {
24  const DISTRO_LOCALE_CODE = 'en_US';
25 
31  public function launch();
32 
44  public function catchException(App\Bootstrap $bootstrap, \Exception $exception);
45 }
if(defined('TESTS_MAGENTO_INSTALLATION') &&TESTS_MAGENTO_INSTALLATION==='enabled') $bootstrap
Definition: bootstrap.php:73
catchException(App\Bootstrap $bootstrap, \Exception $exception)