@@ -42,21 +42,21 @@ @property (readonly, nonatomic) OFString *host; /*! * The port on which binding failed. */ -@property (readonly) uint16_t port; +@property (readonly, nonatomic) uint16_t port; /*! * The socket which could not be bound. */ @property (readonly, nonatomic) id socket; /*! * The errno of the error that occurred. */ -@property (readonly) int errNo; +@property (readonly, nonatomic) int errNo; + (instancetype)exception OF_UNAVAILABLE; /*! * @brief Creates a new, autoreleased bind failed exception.