exception documentation
class IncorrectResultCount(Exception): (source)
Known subclasses: dbxs.NotEnoughResults, dbxs.TooManyResults
An assumption about the number of rows from a given query was violated; there were either too many or too few.