Michael

178
reputation
1
11
try {
    // Something
} catch (Exception $e) {
    header("location: https://stackoverflow.com/search?q=[php] ".$e->getMessage());
}