mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2026-01-15 21:26:33 +00:00
Updated: Formatting
This commit is contained in:
@@ -1,11 +1,8 @@
|
|||||||
package org.drtshock;
|
package org.drtshock;
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by Joe Hirschfeld on 10/2/2015.
|
|
||||||
*/
|
|
||||||
public class OvenException extends Exception {
|
public class OvenException extends Exception {
|
||||||
|
|
||||||
public OvenException(Exception internalException){
|
public OvenException(Exception internalException) {
|
||||||
super(internalException);
|
super(internalException);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user