"""Custom exceptions raised by CLI and helper functions.""" | |
class ProjectCodeNotFound(Exception): | |
"""Raised when no project code could be found.""" | |
"""Custom exceptions raised by CLI and helper functions.""" | |
class ProjectCodeNotFound(Exception): | |
"""Raised when no project code could be found.""" | |