Use bucket parameter in GetIfChanged for support binaries.
[chromium-blink-merge.git] / third_party / ocmock / OCMock / OCMExceptionReturnValueProvider.m
blob784d1a79da80ba0445693009d3e4595a3bbb3c95
1 //---------------------------------------------------------------------------------------
2 //  $Id$
3 //  Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
4 //---------------------------------------------------------------------------------------
6 #import "OCMExceptionReturnValueProvider.h"
9 @implementation OCMExceptionReturnValueProvider
11 - (void)handleInvocation:(NSInvocation *)anInvocation
13         @throw returnValue;
16 @end