wakeup(); try { $matchoper = new Routes(); $matchoper->match(); } catch (Exception $e) { echo 'Exception reçue : ', $e->getMessage(), "\n"; } ?>