public function __construct()

in src/CLIException.hack [29:34]


  public function __construct(
    Str\SprintfFormatString $message,
    mixed ...$args
  ) {
    parent::__construct(/* HH_IGNORE_ERROR[4027] */ Str\format($message, ...$args));
  }