Sfoglia il codice sorgente

exception message change.

Nicolas Cannasse 19 anni fa
parent
commit
a29ffd7360
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      std/EReg.hx

+ 1 - 1
std/EReg.hx

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