SessionAgentNotFoundException constructor

SessionAgentNotFoundException({
  1. required String sessionId,
})

Implementation

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