blob: d15e56526ed6c04093d05ff987ec427f9dfb0d20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
#import <objc/Ice/Exception.h>
#include <Ice/Exception.h>
@interface ICELocalException ()
-(id) initWithLocalException:(const Ice::LocalException&)ex;
-(void) rethrowCxx;
+(id) localExceptionWithLocalException:(const Ice::LocalException&)ex;
@end
|