Procházet zdrojové kódy

exception message change.

Nicolas Cannasse před 19 roky
rodič
revize
a29ffd7360
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 	}