Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
letsbuilda-pypi 5.2.1 documentation
letsbuilda-pypi 5.2.1 documentation
  • letsbuilda.pypi
    • letsbuilda.pypi.async_client
    • letsbuilda.pypi.exceptions
    • letsbuilda.pypi.models
      • letsbuilda.pypi.models.models_json
      • letsbuilda.pypi.models.models_package
      • letsbuilda.pypi.models.models_rss
    • letsbuilda.pypi.sync_client

Other:

  • Changelog
Back to top
View this page

letsbuilda.pypi.exceptions¶

Custom exceptions.

Exceptions¶

PackageNotFoundError

Raised when a package is not found.

Module Contents¶

exception letsbuilda.pypi.exceptions.PackageNotFoundError(package_title: str, package_version: str | None)[source]¶

Bases: Exception

Raised when a package is not found.

package_title[source]¶
package_version[source]¶
Next
letsbuilda.pypi.models
Previous
letsbuilda.pypi.async_client
Copyright © Let's build a ...
Made with Sphinx and @pradyunsg's Furo
On this page
  • letsbuilda.pypi.exceptions
    • Exceptions
    • Module Contents
      • PackageNotFoundError
        • PackageNotFoundError.package_title
        • PackageNotFoundError.package_version