$new static method
Wrapper for the ClientException.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $ClientException.wrap(
ClientException(args[0]!.$value, args[1]?.$value),
);
}