Last one (?)
This commit is contained in:
1 parent
27350029ab
commit
fc0af42b33
1 file changed
+1
-9
@@ -9,17 +9,9 @@ package ca.bcit.comp2522.lab02;
|
|||||||
* @author Trishaan Shetty
|
* @author Trishaan Shetty
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
*/
|
*/
|
||||||
<<<<<<< HEAD
|
|
||||||
public class LowRageException extends Exception
|
public class LowRageException extends Exception
|
||||||
{
|
{
|
||||||
=======
|
|
||||||
public class LowRageException extends Exception {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* LowRageException constructor
|
|
||||||
* @param message LowRageException error message
|
|
||||||
*/
|
|
||||||
>>>>>>> 95139d77e5ef179a1fdf39684f766170502c6138
|
|
||||||
public LowRageException(final String message) {
|
public LowRageException(final String message) {
|
||||||
super(message);
|
super(message);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in new issue
Block a user