Home
last modified time | relevance | path

Searched refs:NoImageException (Results 1 – 4 of 4) sorted by path

/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/filters/
H A Dfilter_manager_impl.cpp72 throw NoImageException(); in FilterManagerImpl()
H A Dfilter_manager_impl.h52 class NoImageException : public base::Exception {
54 NoImageException() throw() in NoImageException() function
/dports/net/py-python-novaclient/python-novaclient-17.1.0/novaclient/tests/functional/
H A Dbase.py79 raise NoImageException()
92 class NoImageException(Exception): class
/dports/www/py-django-ckeditor-5/django-ckeditor-5-0.0.13/django_ckeditor_5/
H A Dviews.py12 class NoImageException(Exception): class
29 raise NoImageException
45 except NoImageException as ex: