Penicillin
    class PenicillinTwitterApiException(    val error: TwitterApiError,     val request: HttpRequest,     val response: HttpResponse) : PenicillinException
Content copied to clipboard
The PenicillinException class which is thrown when Twitter API error occurs.
Constructors
Link copied to clipboard
                fun PenicillinTwitterApiException(    error: TwitterApiError,     request: HttpRequest,     response: HttpResponse)
Content copied to clipboard