@@ -685,5 +685,17 @@ /** * An OFException indicating that the thread has been canceled. */ @interface OFThreadCanceledException: OFException {} @end + +/** + * An OFException indicating that locking a mutex failed. + */ +@interface OFMutexLockFailedException: OFException {} +@end + +/** + * An OFException indicating that unlocking a mutex failed. + */ +@interface OFMutexUnlockFailedException: OFException {} +@end