ObjFW  Diff

Differences From Artifact [e7cf625e34]:

To Artifact [e908641783]:


130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/**
 * \return An error message for the exception as a C String
 */
- (const char*)cString;
@end

/**
 * An OFException indicating that the conversation between two charsets failed.
 */
@interface OFCharsetConversionFailedException: OFException {}
/**
 * \return An error message for the exception as a C String
 */
- (const char*)cString;
@end

/**







|

|







130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/**
 * \return An error message for the exception as a C String
 */
- (const char*)cString;
@end

/**
 * An OFException indicating that the encoding is invalid for this object.
 */
@interface OFInvalidEncodingException: OFException {}
/**
 * \return An error message for the exception as a C String
 */
- (const char*)cString;
@end

/**