@@ -47,20 +47,20 @@ * * @param stream The stream for which the option could not be gotten * @param errNo The errno of the error that occurred * @return A new, autoreleased get option failed exception */ -+ (instancetype)exceptionWithStream: (OFStream*)stream ++ (instancetype)exceptionWithStream: (OFStream *)stream errNo: (int)errNo; /*! * @brief Initializes an already allocated get option failed exception. * * @param stream The stream for which the option could not be gotten * @param errNo The errno of the error that occurred * @return An initialized get option failed exception */ -- initWithStream: (OFStream*)stream +- initWithStream: (OFStream *)stream errNo: (int)errNo; @end OF_ASSUME_NONNULL_END