D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
imh-python
/
lib
/
python2.7
/
site-packages
/
stevedore
/
Filename :
exception.py
back
Copy
class NoUniqueMatch(RuntimeError): """There was more that one on no extensions matching the query.""" class NoMatches(NoUniqueMatch): """There were no extensions with the diver name found.""" class MultipleMatches(NoUniqueMatch): """There were multiple matches for the given name."""