Initial commit
This commit is contained in:
10
env/lib/python3.10/site-packages/wagtail/images/exceptions.py
vendored
Normal file
10
env/lib/python3.10/site-packages/wagtail/images/exceptions.py
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
class InvalidFilterSpecError(ValueError):
|
||||
pass
|
||||
|
||||
|
||||
class UnknownOutputImageFormatError(ValueError):
|
||||
"""
|
||||
Exception thrown when an unknown output format is requested for an image conversion
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user