Package com. dwarshb. commute. presentation
Types
Link copied to clipboard
Created at December 24, 2021
Link copied to clipboard
class AuthenticationException(authMessage: String) : NetworkErrorException
Content copied to clipboard
Link copied to clipboard
open class NetworkErrorException(errorCode: Int, errorMessage: String, response: String) : Exception
Content copied to clipboard
It is subclass of Exception class which is used to parse Network related error and help to bind the response with UI.