public function __construct()

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


  public function __construct(x\node $that, mixed $rend) {
    parent::__construct(
      ':x:element::render must reduce an object to an :x:primitive, but `'.
      \get_class($that).
      '` reduced into `'.
      \gettype($rend).
      "`.\n\n".
      $that->__getSourcePositionWithErrorDefaultForNull(),
    );
  }