Skip to main content
Version: 2.x

bursar.LeaseNotFoundError

exception bursar.LeaseNotFoundError(message, *, cause=None, details=None)

Raised when a lease id does not exist, belongs to another user, or was released.

  • Parameters:
    • message (str)
    • cause (BaseException | None)
    • details (Mapping *[*str , Any ] | None)
  • Return type: None