Sha256: 9937158e1d0d7f7155b922c933e2a4641efca63d8aaabe2256ff05c054ba211a
Contents?: true
Size: 210 Bytes
Versions: 12
Compression:
Stored size: 210 Bytes
Contents
package com.treasuredata.api; public class TdApiNotFoundException extends TdApiResponseException { public TdApiNotFoundException(int status, byte[] body) { super(status, body); } }
Version data entries
12 entries across 12 versions & 1 rubygems