Skip to content

Module config.exceptions

None

None

View Source
class RequestTokenException(Exception):

    pass

class RequestFailedException(Exception):

    pass

Classes

RequestFailedException

class RequestFailedException(
    /,
    *args,
    **kwargs
)
View Source
class RequestFailedException(Exception):

    pass

Ancestors (in MRO)

  • builtins.Exception
  • builtins.BaseException

Class variables

args

Methods

with_traceback

def with_traceback(
    ...
)

Exception.with_traceback(tb) --

set self.traceback to tb and return self.

RequestTokenException

class RequestTokenException(
    /,
    *args,
    **kwargs
)
View Source
class RequestTokenException(Exception):

    pass

Ancestors (in MRO)

  • builtins.Exception
  • builtins.BaseException

Class variables

args

Methods

with_traceback

def with_traceback(
    ...
)

Exception.with_traceback(tb) --

set self.traceback to tb and return self.