<?php ini_set('hhvm.log.always_log_unhandled_exceptions', false); set_exception_handler( function ($exception) { error_log("handling $exception"); }); throw new Exception("I'm an exception");
You have javascript disabled. You will not be able to edit any code.