mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
8 lines
179 B
Java
8 lines
179 B
Java
/* Autogenerated file, do not edit manually */
|
|
package chat.delta.rpc;
|
|
|
|
public class RpcException extends Exception {
|
|
|
|
public RpcException(String message) { super(message); }
|
|
|
|
} |