wakeup(); Sentry\init(['dsn' => Wcms\Config::sentrydsn()]); try { $matchoper = new Wcms\Routes(); $matchoper->match(); } catch (Exception $e) { echo '

⚠ Woops ! There is a little problem :

', $e->getMessage(), "\n"; } ?>