File universal.py
File List > python-wrapper > universal.py
Go to the documentation of this file.
class GetRequestException(Exception):
"""! @brief Vyjímka pro webového dotazu."""
def __init__(self, message="Get Request Exception"):
self.messagemessage = message
super().__init__(self.messagemessage)