Home
last modified time | relevance | path

Searched defs:DuplicateIDError (Results 1 – 2 of 2) sorted by relevance

/dports/biology/py-gffutils/gffutils-0.10.1/gffutils/
H A Dexceptions.py13 class DuplicateIDError(Exception): class
/dports/textproc/libfolia/libfolia-2.10/include/libfolia/
H A Dfolia_utils.h103 … explicit DuplicateIDError( const std::string& s ): std::runtime_error( "duplicate ID : " + s ){}; in DuplicateIDError() function