mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-07 05:00:16 -04:00
7 lines
274 B
Python
7 lines
274 B
Python
class ServiceNotFoundException(Exception):
|
|
"""Exception for when the service being requested is not in the table."""
|
|
...
|
|
|
|
class ProgramNotAssignedException(Exception):
|
|
"""Exception for when the user does not have correct access for requested services."""
|
|
... |