Merge pull request #65 from Fireflies/patch-1
Add important documentation to OvenException!
This commit is contained in:
commit
8300ea9bef
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue