Mercurial > pub > Impl
diff Lib/IMPL/Exception.pm @ 94:79bf75223afe
Fixed security related bugs
author | wizard |
---|---|
date | Thu, 29 Apr 2010 01:31:27 +0400 |
parents | 76b878ad6596 |
children | 964587c5183c |
line wrap: on
line diff
--- a/Lib/IMPL/Exception.pm Wed Apr 28 17:50:55 2010 +0400 +++ b/Lib/IMPL/Exception.pm Thu Apr 29 01:31:27 2010 +0400 @@ -100,6 +100,10 @@ our @ISA = qw(IMPL::Exception); __PACKAGE__->PassThroughArgs; +package IMPL::SecurityException; +our @ISA = qw(IMPL::Exception); +__PACKAGE__->PassThroughArgs; + package Exception; our @ISA = qw(IMPL::Exception); __PACKAGE__->PassThroughArgs;