Franco Ponticelli 15 년 전
부모
커밋
15fdbae2dd
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      std/php/Lib.hx

+ 0 - 3
std/php/Lib.hx

@@ -72,9 +72,6 @@ class Lib {
 		if(Std.is(e, Exception)) {
 			var __rtex__ = e;
 			untyped __php__("throw $__rtex__");
-		} else if (untyped __php__("isset($»e)"))
-		{
-			untyped __php__("throw $»e");
 		}
 		else throw e;
 	}