move exception to its own package

This commit is contained in:
Athou
2026-08-19 22:32:37 +02:00
parent 032684de68
commit 10ea5f0b93
5 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
package com.commafeed.integration;
import com.commafeed.CommaFeedExceptionType;
import com.commafeed.ExceptionMappers.CommaFeedApplicationError;
import com.commafeed.ExceptionMappers.UnauthorizedResponse;
import com.commafeed.TestConstants;
import com.commafeed.frontend.exception.CommaFeedExceptionType;
import com.commafeed.frontend.model.Entries;
import com.commafeed.frontend.model.UserModel;
import com.commafeed.frontend.model.request.MarkRequest;