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