remove unused exception type

This commit is contained in:
Ehren Kret 2023-01-06 10:03:27 -06:00
parent 5de51919bb
commit 3be4e4bc57
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
/*
* Copyright 2013-2020 Signal Messenger, LLC
* SPDX-License-Identifier: AGPL-3.0-only
*/
package org.whispersystems.textsecuregcm.controllers;
public class InvalidDestinationException extends Exception {
public InvalidDestinationException(String message) {
super(message);
}
}