hphp_throw_fatal_error

Raises a fatal error

function hphp_throw_fatal_error(
  string $error_msg,
): noreturn;

Parameters

  • string $error_msg - The error message for the fatal.

Returns

  • noreturn