Package-level declarations

Types

Link copied to clipboard
class MovieNotFoundException(val movieId: Long, cause: Throwable? = null) : Exception
Link copied to clipboard
class MoviesApiException(val statusCode: Int, message: String? = null, cause: Throwable? = null) : Exception