@@ -13,15 +13,15 @@ * file. */ #include "config.h" -#import "OFRetrieveItemAttributesFailedException.h" +#import "OFGetItemAttributesFailedException.h" #import "OFString.h" #import "OFURL.h" -@implementation OFRetrieveItemAttributesFailedException +@implementation OFGetItemAttributesFailedException @synthesize URL = _URL, errNo = _errNo; + (instancetype)exception { OF_UNRECOGNIZED_SELECTOR @@ -60,9 +60,9 @@ } - (OFString *)description { return [OFString stringWithFormat: - @"Failed to retrieve attributes for item %@: %@", + @"Failed to get attributes for item %@: %@", _URL, OFStrError(_errNo)]; } @end