class ChannelError.ChannelExhaustedError
extends ChannelError
import { ChannelError } from "https://deno.land/x/rimbu@1.2.0/channel/custom/index.ts";
const { ChannelExhaustedError } = ChannelError;
Error indicating that a Channel is exhausted when performing an operation.