10 lines
199 B
Python
10 lines
199 B
Python
class PrometheusInterfaceException(Exception):
|
|
pass
|
|
|
|
|
|
class NoLoggedInException(PrometheusInterfaceException):
|
|
pass
|
|
|
|
|
|
class NoStudentSelectedException(PrometheusInterfaceException):
|
|
pass
|