public function __construct()

in src/Exception.hack [14:19]


  public function __construct(
    \HH\FormatString<\PlainSprintf> $format,
    mixed ...$args
  ) {
    parent::__construct(\vsprintf($format, $args));
  }