Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
easy-thumbnails / easy_thumbnails / exceptions.py
Size: Mime:
class EasyThumbnailsError(Exception):
    pass


class InvalidImageFormatError(EasyThumbnailsError):
    pass


# Make this error silent when it crops up in a template (most likely via
# Thumbnailer.__getitem__).
InvalidImageFormatError.silent_variable_failure = True