ObjFW  Diff

Differences From Artifact [df20b2266d]:

To Artifact [046ef80792]:


212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231

/**
 * An OFException indicating that initializing something failed.
 */
@interface OFInitializationFailedException: OFException {}
@end

/**
 * An OFException indicating that the requested key is not in the set.
 */
@interface OFNotInSetException: OFException {}
@end

/**
 * An OFException indicating the file couldn't be opened.
 */
@interface OFOpenFileFailedException: OFException
{
	char *path;
	char *mode;







<
<
<
<
<
<







212
213
214
215
216
217
218






219
220
221
222
223
224
225

/**
 * An OFException indicating that initializing something failed.
 */
@interface OFInitializationFailedException: OFException {}
@end







/**
 * An OFException indicating the file couldn't be opened.
 */
@interface OFOpenFileFailedException: OFException
{
	char *path;
	char *mode;