sym.sdk.exceptions.jira

Exceptions

JiraError

This is the base class for all JiraErrors.

exception sym.sdk.exceptions.jira.JiraError(name: str, message: str)

Bases: sym.sdk.exceptions.sym_exception.SymException

This is the base class for all JiraErrors.

Parameters
  • name – The name of the exception (used as the second part of the error code, e.g. MISSING_INSTALLATION)

  • message – The exception message to display

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.