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