ObjFW  Diff

Differences From Artifact [a0a41c0e56]:

To Artifact [a500d93cbc]:


579
580
581
582
583
584
585












}

/**
 * \return The errno from when the exception was created
 */
- (int)errNo;
@end



















>
>
>
>
>
>
>
>
>
>
>
>
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
}

/**
 * \return The errno from when the exception was created
 */
- (int)errNo;
@end

/**
 * An OFException indicating that joining the thread failed.
 */
@interface OFThreadJoinFailedException: OFException {}
@end

/**
 * An OFException indicating that the thread has been canceled.
 */
@interface OFThreadCanceledException: OFException {}
@end