소스 검색

dev 2020-10

Max F 5 년 전
부모
커밋
dbd7b597d2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/helpers/helpers_default.php

+ 0 - 1
src/helpers/helpers_default.php

@@ -29,7 +29,6 @@ if (! function_exists('pre')) {
 		if ($exit) {
 			//exit; 
 
-			//throw new ResponseHtml($out, 503);
 			throw new \Exception($out, 503);
 
 		} else {