@@ -33,16 +33,16 @@ id _socket; int _errNo; } /*! - * The socket which could not accept a connection. + * @brief The socket which could not accept a connection. */ @property (readonly, nonatomic) id socket; /*! - * @return The errno from when the exception was created. + * @brief The errno from when the exception was created. */ @property (readonly, nonatomic) int errNo; + (instancetype)exception OF_UNAVAILABLE;