Robert Jaros
04/13/2022, 1:19 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.Exception
Anthony 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