Robert Jaros
04/13/2022, 1:19 PMRobert Jaros
04/13/2022, 1:20 PMServiceException is defined in my common module like this:
class ServiceException(message: String) : Exception(message)Anthony Martin
04/13/2022, 1:56 PMRobert Jaros
04/13/2022, 1:58 PMkotlin.ExceptionAnthony Martin
04/13/2022, 1:59 PMRobert Jaros
04/13/2022, 2:00 PMAnthony Martin
04/13/2022, 2:01 PMe: java.lang.Exception ?Robert Jaros
04/13/2022, 2:02 PMIncompatible types: ServiceException and Exception