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

*IMPL::SQL fixed warnings
author cin
date Tue, 12 Feb 2013 01:24:36 +0400
parents 89179bb8c388
children
comparison
equal deleted inserted replaced
281:a8dbddf491dd 282:68d905f8dc43
16 16
17 $this->innerException($args{innerException}); 17 $this->innerException($args{innerException});
18 } 18 }
19 19
20 use IMPL::Resources::Strings { 20 use IMPL::Resources::Strings {
21 messageFormat => "An invocation target throws an exception '%innerException.message%' \n%innerException.callStack%\n__END_OF_INNER_EXCEPTION__\n" 21 message => "An invocation target throws an exception '%innerException.message%' \n%innerException.callStack%\n__END_OF_INNER_EXCEPTION__\n"
22 }; 22 };
23 23
24 1; 24 1;