Mercurial > pub > Impl
comparison Lib/IMPL/Web/Exception.pm @ 278:4ddb27ff4a0b
core refactoring
author | cin |
---|---|
date | Mon, 04 Feb 2013 02:10:37 +0400 |
parents | 6d8092d8ce1b |
children | b56b1ec33b59 |
comparison
equal
deleted
inserted
replaced
277:6585464c4664 | 278:4ddb27ff4a0b |
---|---|
3 use warnings; | 3 use warnings; |
4 | 4 |
5 use IMPL::Const qw(:prop); | 5 use IMPL::Const qw(:prop); |
6 use IMPL::declare { | 6 use IMPL::declare { |
7 base => [ | 7 base => [ |
8 'IMPL::Exception' => '@_' | 8 'IMPL::AppException' => '@_' |
9 ], | 9 ], |
10 props => [ | 10 props => [ |
11 headers => PROP_ALL | 11 headers => PROP_ALL |
12 ] | 12 ] |
13 }; | 13 }; |