@@ -17,10 +17,13 @@ #include #import "OFException.h" /*! + * @class OFMoveItemFailedException \ + * OFMoveItemFailedException.h ObjFW/OFMoveItemFailedException.h + * * @brief An exception indicating that moving an item failed. */ @interface OFMoveItemFailedException: OFException { OFString *_sourcePath, *_destinationPath;