blob: 784d1a79da80ba0445693009d3e4595a3bbb3c95 [file] [log] [blame]
//---------------------------------------------------------------------------------------
// $Id$
// Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------
#import "OCMExceptionReturnValueProvider.h"
@implementation OCMExceptionReturnValueProvider
- (void)handleInvocation:(NSInvocation *)anInvocation
{
@throw returnValue;
}
@end