Skip to content

Instantly share code, notes, and snippets.

@mulka
Created June 27, 2012 02:49
Show Gist options
  • Select an option

  • Save mulka/3001012 to your computer and use it in GitHub Desktop.

Select an option

Save mulka/3001012 to your computer and use it in GitHub Desktop.
class Shitty(AdProvider):
source = 'shitty'
def get_data(self):
raise Exception('This ad provider is shitty... it always throws an exception')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment