I can\'t do something like this ?
try { require_once( \'/includes/functions.php\' ); } catch(Exception $e) { echo \"Message : \" . $e->g
This should work, but it is a bit of a hack.
if(!@include_once("path/to/script.php")) { //Logic here }