""" Module containing the OWMError class as base for all other OWM errors """ [docs]class OWMError(Exception): pass