ZstdLimitExceededException constructor
Creates a ZstdLimitExceededException for a declaredSize that
exceeded limit.
Implementation
ZstdLimitExceededException(this.declaredSize, this.limit)
: super('declared content size $declaredSize exceeds limit $limit');