瀏覽代碼

exception message change.

Nicolas Cannasse 19 年之前
父節點
當前提交
a29ffd7360
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/EReg.hx

+ 1 - 1
std/EReg.hx

@@ -55,7 +55,7 @@ class EReg {
 		#else flash9
 		#else flash9
 		this.r = untyped __new__(__global__["RegExp"],r,opt);
 		this.r = untyped __new__(__global__["RegExp"],r,opt);
 		#else flash
 		#else flash
-		throw "EReg::new not implemented";
+		throw "Regular expressions are not implemented for Flash <= 8";
 		#else error
 		#else error
 		#end
 		#end
 	}
 	}