mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
Add important documentation to OvenException!
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user