class PrometheusInterfaceException(Exception): pass class NoLoggedInException(PrometheusInterfaceException): pass class NoStudentSelectedException(PrometheusInterfaceException): pass