29 super(NotImplementedError, self).
__init__(details)
39 class DBEmptyResponse(DBInvalidResponse):
41 return 'There is no record fetched from DB cursor' 46 return 'DB cursor contain too many result records' 59 super(DBRecordNotFound, self).
__init__(query, params)
62 return 'DB record not found' 75 super(UnacceptableDataError, self).
__init__(data, details)
91 super(MalformedInputError, self).
__init__(data, nested_exception)
94 return 'Malformed input record - {}:\n{}'.
format(
def __init__(self, data, details)
def __init__(self, details)
def __init__(self, query, params)