Merge pull request #65 from Fireflies/patch-1

Add important documentation to OvenException!
This commit is contained in:
Kyle Clemens 2015-10-29 12:27:52 -04:00
commit 8300ea9bef

View file

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