Skip to content

Instantly share code, notes, and snippets.

@mayur-patel
Created October 10, 2013 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayur-patel/6914969 to your computer and use it in GitHub Desktop.
Save mayur-patel/6914969 to your computer and use it in GitHub Desktop.
def custom_validate(self):
msgprint('I got called')
company_count = 1
if company_count >=0 :
msgprint('Error: Test')
raise Exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment