Source code for daily_med.exceptions

# -*- coding: utf-8 -*-
# Copyright 2017-TODAY LasLabs Inc.
# License MIT (https://opensource.org/licenses/MIT).


[docs]class DailyMedRemoteException(EnvironmentError): """ DailyMedRemoteException is raised to indicate an error from the API. """