Explorar o código

exception message change.

Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
a29ffd7360
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	}