1
0
Fork 0
forked from Fuji/Fuji
Fuji/sdk/src/interfaces/prometheus/exceptions.py
2025-02-08 11:16:17 +01:00

10 lines
199 B
Python

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