diff Lib/IMPL/Transform.pm @ 44:32d2350fccf9

ORM *Minor fixes *Working tarnsform to sql *Fixes to the sql traits
author Sergey
date Mon, 11 Jan 2010 01:42:00 +0300
parents d660fb38b7cc
children 16ada169ca75
line wrap: on
line diff
--- a/Lib/IMPL/Transform.pm	Thu Jan 07 15:41:49 2010 +0300
+++ b/Lib/IMPL/Transform.pm	Mon Jan 11 01:42:00 2010 +0300
@@ -52,6 +52,10 @@
 package IMPL::Transform::NoTransformException;
 use base qw(IMPL::Exception);
 
+our %CTOR = (
+    'IMPL::Exception' => sub { 'No transformation', @_ }
+);
+
 1;
 
 __END__