Pluck/app/src/main/java/com/luca0n/pluck/exceptions/NoTriviaResultsException.java
luca0N\! 3ce4cd4a6c
Rebranded the app
Modified the app packages, name and version and changed the compile SDK version to 29.
2021-03-03 00:28:55 -03:00

4 lines
98 B
Java

package com.luca0n.pluck.exceptions;
public class NoTriviaResultsException extends Exception {
}