aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionHandler.h')
-rw-r--r--Source/SPConnectionHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionHandler.h b/Source/SPConnectionHandler.h
index bbff61dc..51562c84 100644
--- a/Source/SPConnectionHandler.h
+++ b/Source/SPConnectionHandler.h
@@ -44,6 +44,6 @@
- (void)cancelConnection;
- (void)addConnectionToDocument;
-- (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail;
+- (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail rawErrorText:(NSString *)rawErrorText;
@end