Skip to content

Commit 1d50d07

Browse files
committed
Merge branch 'master' into 0.9
2 parents c90ec27 + 4da3290 commit 1d50d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/ObjectMapping/RKObjectMapper.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ - (void)mapObject:(NSObject<RKObjectMappable>*)model fromString:(NSString*)strin
172172
return;
173173
} else {
174174
[NSException raise:@"Unable to map from requested string"
175-
format:@"The object was serialized into a %@. A dictionary of elements was expected.", [object class]];
175+
format:@"The object was serialized into a %@. A dictionary of elements was expected. (Object: %@) [Payload: %@]", [object class], object, string];
176176
}
177177
}
178178

0 commit comments

Comments
 (0)