Skip to content

Commit

Permalink
Made InvalidProxyException public
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jul 8, 2024
1 parent 871e084 commit eb72ea3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal annotation class Proxy(
val location: String
)

private class InvalidProxyException(message: String) : Exception(message)
class InvalidProxyException(message: String) : Exception(message)

private val cache = mutableMapOf<Class<*>, Any>()

Expand Down

0 comments on commit eb72ea3

Please sign in to comment.