mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
5 lines
143 B
Java
5 lines
143 B
Java
package org.whispersystems.textsecure.push.exceptions;
|
|
|
|
public class ExpectationFailedException extends NonSuccessfulResponseCodeException {
|
|
}
|