Browse Source

exception message change.

Nicolas Cannasse 19 years ago
parent
commit
a29ffd7360
1 changed files with 1 additions and 1 deletions
  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
 	}