@@ -35,9 +35,8 @@ if (!function_exists('exit_out')) {
}
$json = json_encode($out, JSON_UNESCAPED_UNICODE);
- echo $json;
- die();
- //throw new ExitOutException($json);
+
+ throw new ExitOutException($json);