Skip to content

Commit

Permalink
This didn't fix the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 15, 2024
1 parent ec673e1 commit cec8d66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/haxe/ValueException.hx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ValueException extends Exception {
/**
Thrown value.
**/
@:keep
public var value(default, null):Any;

public function new(value:Any, ?previous:Exception, ?native:Any):Void {
Expand Down

0 comments on commit cec8d66

Please sign in to comment.