Searched refs:FormatError (Results 1 – 1 of 1) sorted by relevance
56 class FormatError(Error): class442 raise FormatError("invalid header length")447 raise FormatError(f"invalid color format: {hex(data[0])}") from exc729 raise FormatError("filename not ended with '.bin'")737 raise FormatError(f"filename not ended with {ext}")932 raise FormatError(f"{filename} has no alpha channel")1018 raise FormatError(f"Invalid color format: {cf.name}")