feat: add profiel required exception; add spans to post
This commit is contained in:
@@ -129,4 +129,8 @@ class NotMultipleChoice(Exception):
|
||||
|
||||
class EmptyOptions(Exception):
|
||||
def __str__(self) -> str:
|
||||
return 'Options cannot be empty (pre-validation)'
|
||||
return 'Options cannot be empty (pre-validation)'
|
||||
|
||||
class ProfileRequired(Exception):
|
||||
def __str__(self) -> str:
|
||||
return 'No profile. Please create your profile first'
|
||||
Reference in New Issue
Block a user