quora.exceptions

Exception module for library.

exception quora.exceptions.ProfileNotFoundError

Bases: PyQuoraException

Specified Quora profile not found.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception quora.exceptions.PyQuoraException

Bases: Exception

Base class for exceptions.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.