Your IP : 216.73.216.52


Current Path : /proc/thread-self/cwd/errors/
Upload File :
Current File : //proc/thread-self/cwd/errors/noCache.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->processNoCache();
$response->sendResponse();