aptakhin/regress

View on GitHub
testoot/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage

class UnserializableTypeError(ValueError):
    """ Unserializable type exception """
    pass