Skip to content

Commit

Permalink
Add: Organization exception
Browse files Browse the repository at this point in the history
  • Loading branch information
zMardone committed Dec 7, 2023
1 parent 08f7592 commit 046d027
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bothub/project/usecases/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ class InvalidProjectData(Exception):

class InvalidTemplateTypeData(Exception):
pass


class InvalidOrganizationData(Exception):
pass

0 comments on commit 046d027

Please sign in to comment.