This commit is contained in:
parent
12d224a218
commit
ab227779e1
@ -13,6 +13,6 @@ public interface ErrorHandler {
|
|||||||
* @param message Сообщение, после которого возникло исключение.
|
* @param message Сообщение, после которого возникло исключение.
|
||||||
* @param e Объект исключения.
|
* @param e Объект исключения.
|
||||||
*/
|
*/
|
||||||
void handle(Message message, Exception e);
|
void handle(Message message, Throwable e);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
package dev.struchkov.godfather.main.domain.content;
|
package dev.struchkov.godfather.main.domain.content;
|
||||||
|
|
||||||
public abstract class Attachment {
|
public interface Attachment {
|
||||||
|
|
||||||
public abstract String getType();
|
String getType();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user