Skip to content

Commit

Permalink
Merge branch 'master' into 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Mar 29, 2011
2 parents c90ec27 + 4da3290 commit 1d50d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/ObjectMapping/RKObjectMapper.m
Expand Up @@ -172,7 +172,7 @@ - (void)mapObject:(NSObject<RKObjectMappable>*)model fromString:(NSString*)strin
return; return;
} else { } else {
[NSException raise:@"Unable to map from requested string" [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];
} }
} }


Expand Down

0 comments on commit 1d50d07

Please sign in to comment.