Skip to content

Instantly share code, notes, and snippets.

@marrek13
Created January 16, 2022 19:27
Show Gist options
  • Save marrek13/e1405c25fe6ee70aa1afa380cbd70004 to your computer and use it in GitHub Desktop.
Save marrek13/e1405c25fe6ee70aa1afa380cbd70004 to your computer and use it in GitHub Desktop.
class CatalogIOException(
val payload: String,
val code: Int,
cause: Throwable? = null,
) : IOException()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment