我有这个代码
$return = $ep->$method($params); if ($return === null) { throw new Exception('Endpoint has no return value'); } return $return;