https://kotlinlang.org logo
j

jasper

06/08/2017, 10:22 AM
Copy code
class UnauthorizedException: RuntimeException
{
    constructor(message: String?) : super(message)

}