Source code for ubuntufinder.exceptions

#coding:utf-8

[docs]class ImageNotFound(Exception): """ Raised when no Image matching the query was found. """
[docs]class LatestReleaseNotFound(Exception): """ Raised when the latest Release could not be identified. """
[docs]class ServiceUnavailable(Exception): """ Raised when the Ubuntu Cloud Images service is not available """