ObjFW  Diff

Differences From Artifact [bd5ad34ccf]:

To Artifact [f063fde1b6]:


294
295
296
297
298
299
300










301
302
303
304
305
@end

/**
 * An OFException indicating an attempt to connect or bind an already connected
 * or bound socket 
 */
@interface OFAlreadyConnectedException: OFException {}










/**
 * \return An error message for the exception as a C string.
 */
- (char*)cString;
@end







>
>
>
>
>
>
>
>
>
>





294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
@end

/**
 * An OFException indicating an attempt to connect or bind an already connected
 * or bound socket 
 */
@interface OFAlreadyConnectedException: OFException {}
/**
 * \return An error message for the exception as a C string.
 */
- (char*)cString;
@end

/**
 * An OFException indicating that the specified port is invalid.
 */
@interface OFInvalidPortException: OFException
/**
 * \return An error message for the exception as a C string.
 */
- (char*)cString;
@end