diff Lib/IMPL/Web/Exception.pm @ 323:b56b1ec33b59

minor changes to support JSON in transformation from a query to an object
author sergey
date Thu, 23 May 2013 18:40:26 +0400
parents 4ddb27ff4a0b
children
line wrap: on
line diff
--- a/Lib/IMPL/Web/Exception.pm	Tue May 21 10:04:11 2013 +0400
+++ b/Lib/IMPL/Web/Exception.pm	Thu May 23 18:40:26 2013 +0400
@@ -34,7 +34,7 @@
 =begin code
 
 use IMPL::require {
-	WebException => 'IMPL::Web::WebException'
+	WebException => 'IMPL::Web::Exception'
 };
 
 sub MyWebHandler {