ObjFW  Diff

Differences From Artifact [bb672c63ef]:

To Artifact [03c9f4b0e9]:


882
883
884
885
886
887
888






@end

/**
 * An OFException indicating that unlocking a mutex failed.
 */
@interface OFMutexUnlockFailedException: OFException {}
@end













>
>
>
>
>
>
882
883
884
885
886
887
888
889
890
891
892
893
894
@end

/**
 * An OFException indicating that unlocking a mutex failed.
 */
@interface OFMutexUnlockFailedException: OFException {}
@end

/**
 * An OFException indicating that the hash has already been calculated.
 */
@interface OFHashAlreadyCalculatedException: OFException {}
@end