public function __construct()

in src/exceptions/ClassException.hack [15:24]


  public function __construct(x\node $that, string $msg) {
    parent::__construct(
      'Exception in class `'.
      self::getElementName($that).
      "`\n\n".
      $that->__getSourcePositionWithErrorDefaultForNull().
      "\n\n".
      $msg,
    );
  }