Home
last modified time | relevance | path

Searched defs:IDNotFound (Results 1 – 4 of 4) sorted by relevance

/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dexception.cpp87 Exception::IDNotFound::IDNotFound(const String &what): in IDNotFound() function in Exception::IDNotFound
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dexception.cpp87 Exception::IDNotFound::IDNotFound(const String &what): in IDNotFound() function in Exception::IDNotFound
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dexception.cpp87 Exception::IDNotFound::IDNotFound(const String &what): in IDNotFound() function in Exception::IDNotFound
/dports/devel/py-pytvmaze/pytvmaze-2.0.8/pytvmaze/
H A Dexceptions.py18 class IDNotFound(BaseError): class