comparison Lib/IMPL/Web/Exception.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 4ddb27ff4a0b
comparison
equal deleted inserted replaced
229:47f77e6409f7 230:6d8092d8ce1b
1 package IMPL::Web::Exception; 1 package IMPL::Web::Exception;
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use IMPL::lang qw(:constants); 5 use IMPL::Const qw(:prop);
6 use IMPL::declare { 6 use IMPL::declare {
7 base => [ 7 base => [
8 'IMPL::Exception' => '@_' 8 'IMPL::Exception' => '@_'
9 ], 9 ],
10 props => [ 10 props => [