From 1f41c228222cd3dcd4f746fc9dc1aeffa224fde8 Mon Sep 17 00:00:00 2001 From: jantuomi Date: Wed, 3 Aug 2016 09:11:52 +0300 Subject: Change TypeError message --- src/main/com/jantuomi/tunkki/exception/types/TypeTunkkiError.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/com/jantuomi/tunkki/exception/types/TypeTunkkiError.java b/src/main/com/jantuomi/tunkki/exception/types/TypeTunkkiError.java index a90483c..adf6c78 100644 --- a/src/main/com/jantuomi/tunkki/exception/types/TypeTunkkiError.java +++ b/src/main/com/jantuomi/tunkki/exception/types/TypeTunkkiError.java @@ -10,7 +10,7 @@ public class TypeTunkkiError extends TunkkiError { @Override public String what() { - return "Incompatible types %s and %s."; + return "Incompatible type %s in context: %s."; } @Override -- cgit v1.3