#!/usr/bin/env python #coding=utf8 class AlreadyRegistered(Exception): pass class AuthenticationError(Exception): pass class RightError(Exception): pass class BadObjectError(Exception): pass class NotConnectedAccountError(Exception): pass