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