google / eDistantObject

eDistantObject (eDO) - Remote invocation library for iOS
Apache License 2.0
176 stars 36 forks source link

Create EDOInvocationException class. #169

Closed mobile-devx-github-bot closed 4 years ago

mobile-devx-github-bot commented 4 years ago

Create EDOInvocationException class.

EDOInvocationException will be responsible for saving the exception which is thrown by user during the remote invocation. This class will collect stack traces of both processes when the exception is thrown, and print it to user to reveal more debuggable information.