@@ -29,16 +29,16 @@ OFString *_string; size_t _line; } /*! - * The string containing the invalid JSON representation. + * @brief The string containing the invalid JSON representation. */ @property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *string; /*! - * The line in which parsing the JSON representation failed. + * @brief The line in which parsing the JSON representation failed. */ @property (readonly, nonatomic) size_t line; + (instancetype)exception OF_UNAVAILABLE;