Mercurial > pub > Impl
diff Lib/IMPL/Web/QueryHandler.pm @ 77:9d24db321029
Refactoring Web::TT
docs
author | wizard |
---|---|
date | Fri, 02 Apr 2010 20:18:46 +0400 |
parents | 2840c4c85db8 |
children | 4267a2ac3d46 |
line wrap: on
line diff
--- a/Lib/IMPL/Web/QueryHandler.pm Wed Mar 31 16:17:13 2010 +0400 +++ b/Lib/IMPL/Web/QueryHandler.pm Fri Apr 02 20:18:46 2010 +0400 @@ -18,7 +18,7 @@ } sub Process { - die new NotImplementedException("The method isn't implemented", __PACKAGE__, 'Process'); + die new IMPL::NotImplementedException("The method isn't implemented", __PACKAGE__, 'Process'); } 1;