"""Ituran exceptions.""" class IturanApiError(Exception): """Ituran service API error.""" pass class IturanAuthError(Exception): """Ituran authentication error.""" pass