Add exception for when unable to register an App

This commit is contained in:
Roberto Rosario
2012-08-16 07:36:12 -04:00
parent 58019de21b
commit 7bb708a8c3
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
class UnableToRegister(Exception):
pass