Move exception to correct class.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / ImageImpl.java
index e9c8fa9..2df98b1 100644 (file)
@@ -241,8 +241,6 @@ public class ImageImpl implements Image {
                };
        }
 
-       public static class ImageTitleMustNotBeEmpty extends IllegalStateException { }
-
        //
        // FINGERPRINTABLE METHODS
        //