Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created October 26, 2021 06:27
Embed
What would you like to do?
interface Problem
data class HttpFailureProblem(val message: String): Problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment