Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
drekka committed Nov 17, 2016
2 parents e87f2b3 + 93b3319 commit c45e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemic/ALCObjectFactoryTypeReference.m
Expand Up @@ -21,7 +21,7 @@ -(ALCFactoryType) type {

-(nullable id) object {
if (!self.isReady) {
throwException(AlchemicReferenceObjectNotSetException, @"%@ is a reference factory does not have a value.", self.objectFactory);
throwException(AlchemicReferenceObjectNotSetException, @"Factory %@ must have a value set before it can be accessed.", self.objectFactory);
}
return super.object;
}
Expand Down

0 comments on commit c45e9c3

Please sign in to comment.