| Current Path : /var/www/clients/client3/web2/web/vendor/magento/magento2-base/pub/errors/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/magento2-base/pub/errors/503.php |
<?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ require_once 'processorFactory.php'; $processorFactory = new \Magento\Framework\Error\ProcessorFactory(); $processor = $processorFactory->createProcessor(); $response = $processor->process503(); $response->sendResponse();