ObjFW  Diff

Differences From Artifact [077a4ec303]:

To Artifact [d80b50b5d0]:


130
131
132
133
134
135
136










137
138
139
140
141
142
143
@end

/**
 * An OFException indicating the given value is out of range. 
 */
@interface OFOutOfRangeException: OFException {}
/**










 * \return An error message for the exception as a C String
 */
- (char*)cString;
@end

/**
 * An OFException indicating the file couldn't be opened.







>
>
>
>
>
>
>
>
>
>







130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
@end

/**
 * An OFException indicating the given value is out of range. 
 */
@interface OFOutOfRangeException: OFException {}
/**
 * \return An error message for the exception as a C String
 */
- (char*)cString;
@end

/**
 * An OFException indicating that the conversation between two charsets failed.
 */
@interface OFCharsetConversionFailedException: OFException {}
/**
 * \return An error message for the exception as a C String
 */
- (char*)cString;
@end

/**
 * An OFException indicating the file couldn't be opened.