constructor()

in packages/dom/src/text-node-chunker.ts [42:47]


  constructor(message?: string) {
    super(
      message ||
        'Cannot convert node to chunk, as it falls outside of chunker’s scope.',
    );
  }