StreamChannelNotFoundException
class StreamChannelNotFoundException(val cid: String, val message: String = "Channel with cid ") : StreamException
Identifies that channel with given cid not found.
Identifies that channel with given cid not found.