@@ -11,10 +11,12 @@ #import "OFObject.h" /** * The OFException class is the base class for all exceptions in ObjFW. + * + * IMPORTANT: Exceptions do NOT use OFAutoreleasePools!! */ @interface OFException: OFObject { Class class; char *string;