A
Size: a a a
A
A
A
A
V
𝓙
V
A
A
A
A
A
A
$container = $app->getContainer();
$container['testException'] = function($c){
Throw nex Exception('test message')
return true;
}
$app->run()errorHandler не обрабатывает этот екзепшен
$testBool = $container['textException'];
✓
ДК
S
$container = $app->getContainer();
$container['testException'] = function($c){
Throw nex Exception('test message')
return true;
}
$app->run()errorHandler не обрабатывает этот екзепшен
$testBool = $container['textException'];
S
A
S
S