redditwarp.core.exceptions#

exception redditwarp.core.exceptions.ArgExc(arg: object = None)[source]#

Bases: ArgExcMixin

redditwarp.core.exceptions.raise_for_reddit_token_server_response_error(json_dict: Any) None[source]#
exception redditwarp.core.exceptions.Throwaway(arg: object = None)[source]#

Bases: ArgExc

These exceptions are not intended to be caught.

exception redditwarp.core.exceptions.AuthError(arg: object = None)[source]#

Bases: Throwaway

exception redditwarp.core.exceptions.CredentialsError(arg: object = None)[source]#

Bases: Throwaway

exception redditwarp.core.exceptions.ClientCredentialsError(arg: object = None)[source]#

Bases: CredentialsError

exception redditwarp.core.exceptions.GrantCredentialsError(arg: object = None)[source]#

Bases: CredentialsError

exception redditwarp.core.exceptions.BlacklistedUserAgent(arg: object = None)[source]#

Bases: Throwaway

exception redditwarp.core.exceptions.FaultyUserAgent(arg: object = None)[source]#

Bases: Throwaway

redditwarp.core.exceptions.raise_for_reddit_auth_response_exception(e: Exception, xchg: Exchange) None[source]#