1 """ 2 Errors module 3 """ 4 5 6 class SerializeError(Exception): 7 """ 8 Raised when data serialization fails 9 """