Skip to content

Commit

Permalink
fix(exceptions): Add missing exception
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurali27 committed Jan 20, 2025
1 parent 9c5ffce commit 8b04274
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions press/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ class SiteUnderMaintenance(ValidationError):

class SiteAlreadyArchived(ValidationError):
pass


class InactiveDomains(ValidationError):
pass

0 comments on commit 8b04274

Please sign in to comment.