Hacker News new | ask | show | jobs
by fredemmott 4140 days ago
RE exceptions: in HHVM at least you can change this:

1. set hhvm.error_handling.call_user_handler_on_fatals=true in your ini file 2. throw exceptions from your handler :)