Run ❯
Get your
own PHP
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
Exception: ", $exception->getMessage(); } // Set user-defined exception handler function set_exception_handler("myException"); // Throw exception throw new Exception("Uncaught exception occurred!"); ?>