@@ -1326,5 +1326,12 @@ /** * \return The status code of the HTTP request */ - (short)statusCode; @end + +/** + * \brief An exception indicating that data was truncated while it should not + * have been truncated. + */ +@interface OFTruncatedDataException: OFException +@end