If the `.env` file was not found or a constant is missing you currently get the plain fatal error with the debug stack.  We should catch them and show only the message similar to `wp_die()`.
If the
.envfile was not found or a constant is missing you currently get the plain fatal error with the debug stack.We should catch them and show only the message similar to
wp_die().