atoms of the language
[hiphop-php.git] / hphp / hack / test / hhbc / 015_try_catch.php
blob092e49bf4cbeb7d955c8d5a598c1b64b2ca37f64
1 <?hh // strict
3 function test(): void {
4 try {
5 echo "in a try catch";
6 } catch (Exception $e) {