Wrong File Identifier Exception
    class WrongFileIdentifierException(    val response: Response,     val plainAnswer: String,     message: String?,     val cause: Throwable?) : RequestException
Content copied to clipboard
Constructors
Link copied to clipboard
                fun WrongFileIdentifierException(    response: Response,     plainAnswer: String,     message: String?,     cause: Throwable?)
Content copied to clipboard