Archive Audiobook Maker
This commit is contained in:
14
src/Exceptions/EndingException.java
Executable file
14
src/Exceptions/EndingException.java
Executable file
@@ -0,0 +1,14 @@
|
||||
package Exceptions;
|
||||
|
||||
public class EndingException extends Exception {
|
||||
public EndingException() {
|
||||
super();
|
||||
}
|
||||
|
||||
public EndingException(String s) {
|
||||
super(s);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//~ Formatted by Jindent --- http://www.jindent.com
|
||||
Reference in New Issue
Block a user