@@ -51,11 +51,11 @@ #import "OFMoveItemFailedException.h" #import "OFNotImplementedException.h" #import "OFOutOfMemoryException.h" #import "OFOutOfRangeException.h" #import "OFRemoveItemFailedException.h" -#import "OFRetrieveItemAttributesFailedException.h" +#import "OFGetItemAttributesFailedException.h" #import "OFUndefinedKeyException.h" #import "OFUnsupportedProtocolException.h" #ifdef OF_WINDOWS # include @@ -591,11 +591,11 @@ destinationURL: destination errNo: EEXIST]; @try { attributes = [self attributesOfItemAtURL: source]; - } @catch (OFRetrieveItemAttributesFailedException *e) { + } @catch (OFGetItemAttributesFailedException *e) { @throw [OFCopyItemFailedException exceptionWithSourceURL: source destinationURL: destination errNo: e.errNo]; }