MissingCookieError¶
- class MissingCookieError[source]¶
The exception raised when setting the required LTI 1.3 cookies failed.
- lms_capabilities: LMSCapabilities¶
The capabilities of the LMS doing the LTI launch.
- add_note()¶
Exception.add_note(note) – add a note to the exception
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.