<?php function foo(): never { throw new Exception('This function never returns'); } try { foo(); } catch (Exception $e) { echo $e->getMessage(); }
You have javascript disabled. You will not be able to edit any code.