Mercurial > pub > Impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
93:0667064553ef | 94:79bf75223afe |
---|---|
98 | 98 |
99 package IMPL::NotImplementedException; | 99 package IMPL::NotImplementedException; |
100 our @ISA = qw(IMPL::Exception); | 100 our @ISA = qw(IMPL::Exception); |
101 __PACKAGE__->PassThroughArgs; | 101 __PACKAGE__->PassThroughArgs; |
102 | 102 |
103 package IMPL::SecurityException; | |
104 our @ISA = qw(IMPL::Exception); | |
105 __PACKAGE__->PassThroughArgs; | |
106 | |
103 package Exception; | 107 package Exception; |
104 our @ISA = qw(IMPL::Exception); | 108 our @ISA = qw(IMPL::Exception); |
105 __PACKAGE__->PassThroughArgs; | 109 __PACKAGE__->PassThroughArgs; |
106 | 110 |
107 package IMPL::DeprecatedException; | 111 package IMPL::DeprecatedException; |