[Intl] Fix bin/common.php PHP7 compatibility

This commit is contained in:
Ondřej Führer 2017-05-18 09:29:28 +02:00 committed by Nicolas Grekas
parent c4abc1566d
commit c2ccf36040

View File

@ -68,7 +68,7 @@ function get_icu_version_from_genrb($genrb)
return $matches[1]; return $matches[1];
} }
set_exception_handler(function (\Exception $exception) { set_exception_handler(function (\Throwable $exception) {
echo "\n"; echo "\n";
$cause = $exception; $cause = $exception;