comparison 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
comparison
equal deleted inserted replaced
76:b1652a158b2b 77:9d24db321029
16 return $self->Process($action,$nextHandler); 16 return $self->Process($action,$nextHandler);
17 } 17 }
18 } 18 }
19 19
20 sub Process { 20 sub Process {
21 die new NotImplementedException("The method isn't implemented", __PACKAGE__, 'Process'); 21 die new IMPL::NotImplementedException("The method isn't implemented", __PACKAGE__, 'Process');
22 } 22 }
23 23
24 1; 24 1;
25 25
26 __END__ 26 __END__