Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php try { throw new Exception("Une erreur s'est produite"); } catch(Exception $e) { echo $e->getMessage(); } ?> </body> </html>
Une erreur s'est produite