File size: 154 Bytes
44459bb
 
 
 
 
1
2
3
4
5
6
"""Custom exceptions raised by CLI and helper functions."""


class ProjectCodeNotFound(Exception):
    """Raised when no project code could be found."""