ObjFW  Diff

Differences From Artifact [8f2a6df5f9]:

To Artifact [20ad317438]:


46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
 *
 * @param class_ The class of the object which caused the exception
 * @return An initialized OFException
 */
- initWithClass: (Class)class_;

/*!
 * @brief Returns the class of the object in which the exception happened.
 *
 * @return The class of the object in which the exception happened
 */
- (Class)inClass;

/*!
 * @brief Returns a description of the exception.
 *
 * @return A description of the exception







|

|







46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
 *
 * @param class_ The class of the object which caused the exception
 * @return An initialized OFException
 */
- initWithClass: (Class)class_;

/*!
 * @brief Returns the class of the object in which the exception occurred.
 *
 * @return The class of the object in which the exception occurred
 */
- (Class)inClass;

/*!
 * @brief Returns a description of the exception.
 *
 * @return A description of the exception