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