ObjFW  Diff

Differences From Artifact [13643af46e]:

To Artifact [0e521618bb]:


68
69
70
71
72
73
74
75
76
77
78
#endif

/*!
 * @brief Raises the exception.
 *
 * @note This is only useful to raise OFExceptions in Swift.
 */
- (void)throw;
@end

OF_ASSUME_NONNULL_END







|



68
69
70
71
72
73
74
75
76
77
78
#endif

/*!
 * @brief Raises the exception.
 *
 * @note This is only useful to raise OFExceptions in Swift.
 */
- (void)throw OF_NO_RETURN;
@end

OF_ASSUME_NONNULL_END