Add exception for when unable to register an App
This commit is contained in:
2
apps/app_registry/exceptions.py
Normal file
2
apps/app_registry/exceptions.py
Normal file
@@ -0,0 +1,2 @@
|
||||
class UnableToRegister(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user