$new static method
Create a new $FormatException wrapping FormatException.new
Implementation
static $FormatException $new(
Runtime runtime, $Value? target, List<$Value?> args) {
return $FormatException.wrap(FormatException(
args[0]?.$value ?? '', args[1]?.$value, args[2]?.$value));
}