Browse Source

[std] add missing get_message

Simon Krajewski 6 years ago
parent
commit
6809c384dc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      std/haxe/Error.hx

+ 2 - 0
std/haxe/Error.hx

@@ -4,4 +4,6 @@ extern class Error {
 	public var message(get, never):String;
 	public final posInfos:haxe.PosInfos;
 	public final type:Int;
+
+	function get_message():String;
 }