Go to the source code of this file.
◆ fatalErrorHandler()
if ( $cacheConfigs) fatalErrorHandler |
( |
| ) |
|
Handle any fatal errors
- Returns
- void
Definition at line 70 of file health_check.php.
72 $error = error_get_last();
73 if ($error !==
null) {
74 http_response_code(500);
◆ $cacheConfigs
catch (\Exception $e) foreach ( $deploymentConfig->get(ConfigOptionsListConstants::CONFIG_PATH_DB_CONNECTIONS) as $connectionData) $cacheConfigs = $deploymentConfig->get(ConfigOptionsListConstants::KEY_CACHE_FRONTEND) |
◆ $deploymentConfig
$deploymentConfig = $objectManager->get(\Magento\Framework\App\DeploymentConfig::class) |
◆ $logger
$logger = $objectManager->get(\Psr\Log\LoggerInterface::class) |
◆ $objectManager
$objectManager = $objectManagerFactory->create([]) |
◆ $objectManagerFactory
◆ try
Initial value:{
require
__DIR__ .
'/../app/bootstrap.php'defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition at line 11 of file health_check.php.