diff Lib/IMPL/TargetException.pm @ 282:68d905f8dc43

*IMPL::SQL fixed warnings
author cin
date Tue, 12 Feb 2013 01:24:36 +0400
parents 89179bb8c388
children
line wrap: on
line diff
--- a/Lib/IMPL/TargetException.pm	Mon Feb 11 00:58:22 2013 +0400
+++ b/Lib/IMPL/TargetException.pm	Tue Feb 12 01:24:36 2013 +0400
@@ -18,7 +18,7 @@
 }
 
 use IMPL::Resources::Strings {
-    messageFormat => "An invocation target throws an exception '%innerException.message%' \n%innerException.callStack%\n__END_OF_INNER_EXCEPTION__\n"
+    message => "An invocation target throws an exception '%innerException.message%' \n%innerException.callStack%\n__END_OF_INNER_EXCEPTION__\n"
 };
 
 1;
\ No newline at end of file