Add important documentation to OvenException!
This commit is contained in:
parent
ffbb869431
commit
9e1468cf52
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue