Modified the app packages, name and version and changed the compile SDK version to 29.
4 lines
98 B
Java
4 lines
98 B
Java
package com.luca0n.pluck.exceptions;
|
|
|
|
public class NoTriviaResultsException extends Exception {
|
|
}
|