diff Lib/IMPL/Web/NotAllowedException.pm @ 230:6d8092d8ce1b

*reworked IMPL::Security *reworked IMPL::Web::Security *refactoring
author sergey
date Mon, 08 Oct 2012 03:37:37 +0400
parents 47f77e6409f7
children 673581380e79
line wrap: on
line diff
--- a/Lib/IMPL/Web/NotAllowedException.pm	Sat Sep 29 02:34:47 2012 +0400
+++ b/Lib/IMPL/Web/NotAllowedException.pm	Mon Oct 08 03:37:37 2012 +0400
@@ -1,7 +1,7 @@
 package IMPL::Web::NotAllowedException;
 use strict;
 
-use IMPL::lang qw(:constants);
+use IMPL::Const qw(:prop);
 use IMPL::declare {
     base => [
         'IMPL::Web::Exception' => sub {
@@ -12,6 +12,7 @@
 };
 
 sub CTOR {
+    my $this = shift;
     my %args = @_;
     
     $this->headers({