Add important documentation to OvenException!

This commit is contained in:
Connor Spencer Harries 2015-10-28 00:37:24 +00:00
parent ffbb869431
commit 9e1468cf52

View file

@ -1,5 +1,8 @@
package org.drtshock; package org.drtshock;
/**
* An exception to describe that something went wrong with our oven!
*/
public class OvenException extends Exception { public class OvenException extends Exception {
public OvenException(Exception internalException) { public OvenException(Exception internalException) {