Autoload error

{$e->getMessage()}

HTML; exit(1); } // For Setup Wizard we are using our customized error handler $handler = new \Magento\Framework\App\ErrorHandler(); set_error_handler([$handler, 'handler']); $configuration = require __DIR__ . '/config/application.config.php'; $bootstrap = new Application(); $application = $bootstrap->bootstrap($configuration); $application->getServiceManager() ->get(ObjectManagerProvider::class) ->setObjectManager(\Magento\Framework\App\Bootstrap::create(BP, $_SERVER)->getObjectManager()); $application->run();