##################################### # RobotRDPActive Exceptions class ##################################### class SessionWindowNotExistError(Exception): pass #Error when Window not exists class SessionWindowNotResponsibleError(Exception): pass # Error when Window not responding class HostNoGUIError(Exception): pass # Orchestrator session has no GUI #try: # raise SessionWindowNotResponsibleError("Test") #except SessionWindowNotResponsibleError as e: # print("Catched")