From 22ec5b89f053830f5ed3798abc28bd23ff7ca6a2 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 26 Jul 2016 21:46:30 +0300 Subject: Rename BorkError to TunkkiError --- src/main/com/jantuomi/tunkki/exception/ExceptionManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/com/jantuomi/tunkki/exception/ExceptionManager.java') diff --git a/src/main/com/jantuomi/tunkki/exception/ExceptionManager.java b/src/main/com/jantuomi/tunkki/exception/ExceptionManager.java index 7c7a6b5..9cfdd2e 100644 --- a/src/main/com/jantuomi/tunkki/exception/ExceptionManager.java +++ b/src/main/com/jantuomi/tunkki/exception/ExceptionManager.java @@ -14,8 +14,8 @@ public class ExceptionManager { return instance; } - public static void raise(BorkError.ExceptionType ex, int line, String... args) throws BorkError { - BorkError e = new BorkError(ex, line, args); + public static void raise(TunkkiError.ExceptionType ex, int line, String... args) throws TunkkiError { + TunkkiError e = new TunkkiError(ex, line, args); throw e; } } -- cgit v1.3