mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-20 17:57:29 +00:00
7 lines
138 B
Java
7 lines
138 B
Java
package org.whispersystems.textsecure.push;
|
|
|
|
import java.io.IOException;
|
|
|
|
public class ExpectationFailedException extends IOException {
|
|
}
|