UpgradedLTIProviderException¶
- class UpgradedLTIProviderException[source]¶
The exception raised when a LTI 1.1 provider has been upgraded to a LTI 1.3 provider an therefore cannot be used anymore.
- add_note(object, /)¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback(object, /)¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.