jfaustin's picture
add dockerfile and folding studio cli
44459bb
raw
history blame contribute delete
154 Bytes
"""Custom exceptions raised by CLI and helper functions."""
class ProjectCodeNotFound(Exception):
"""Raised when no project code could be found."""