Package com.dwarshb.commute.presentation

Types

Link copied to clipboard
class App : Application

Created at December 24, 2021

Link copied to clipboard
class AuthenticationException(authMessage: String) : NetworkErrorException
Link copied to clipboard
open class NetworkErrorException(errorCode: Int, errorMessage: String, response: String) : Exception

It is subclass of Exception class which is used to parse Network related error and help to bind the response with UI.

Link copied to clipboard
sealed class State<out T>

Created at December 24, 2021