You've already forked lazarus-ccr
Patch from Michael Van Canneyt : check for error in synapse http requesting.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@916 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -62,8 +62,8 @@ const
|
||||
|
||||
type
|
||||
|
||||
EServiceException = class(Exception)
|
||||
End;
|
||||
EServiceException = class(Exception) end;
|
||||
ETransportExecption = class(EServiceException) end;
|
||||
|
||||
EBaseRemoteException = class(EServiceException)
|
||||
private
|
||||
|
Reference in New Issue
Block a user