Source code for odevgui_win.exceptions

[docs]class ElementNotFoundError(Exception): """Element Not Found Error""" pass