AgentNotFoundException constructor

AgentNotFoundException({
  1. required String sessionId,
})

Implementation

AgentNotFoundException({
  required String sessionId,
}) {
  this.message = "SessionId `${sessionId}` Agent Not Found";
}