Skip to content

Module isilon.exceptions

View Source
class TokenRetrieveException(Exception):

    pass

Classes

TokenRetrieveException

class TokenRetrieveException(
    /,
    *args,
    **kwargs
)

Common base class for all non-exit exceptions.

View Source
class TokenRetrieveException(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.