mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-21 10:54:31 +08:00
Merge branch 'master' into 0.9
This commit is contained in:
@@ -172,7 +172,7 @@ static const NSString* kRKModelMapperRailsDateFormatString = @"MM/dd/yyyy";
|
||||
return;
|
||||
} else {
|
||||
[NSException raise:@"Unable to map from requested string"
|
||||
format:@"The object was serialized into a %@. A dictionary of elements was expected.", [object class]];
|
||||
format:@"The object was serialized into a %@. A dictionary of elements was expected. (Object: %@) [Payload: %@]", [object class], object, string];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user