quora.exceptions¶
Exception module for library.
- exception quora.exceptions.ProfileNotFoundError¶
Bases:
quora.exceptions.PyQuoraExceptionSpecified Quora profile not found.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.