Package: effect
Module: Cause
An error indicating invalid capacity for a PubSub.
Signature
export interface InvalidPubSubCapacityException extends YieldableError {
readonly _tag: "InvalidPubSubCapacityException"
readonly [InvalidPubSubCapacityExceptionTypeId]: InvalidPubSubCapacityExceptionTypeId
}
Since v2.0.0