mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
Merge pull request #65 from Fireflies/patch-1
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