@@ -0,0 +1,7 @@
package ru.soune.nocopy.exception;
public class NotFoundAuthToken extends RuntimeException {
public NotFoundAuthToken(String message) {
super(message);
}
The note is not visible to the blocked user.