Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / throw_non_exception.php.exp
blob431f3e274f7747a0cb92039d5ecc198acd12e0d3
1 File "throw_non_exception.php", line 6, characters 9-26:
2 Invalid exception (Typing[4110])
3 File "throw_non_exception.php", line 6, characters 9-26:
4 This is an object of type Exception because it is used as an exception
5 File "throw_non_exception.php", line 6, characters 9-26:
6 It is incompatible with an object of type NonException