Skip to content

Commit

Permalink
Item14237: Make AccessControlException a Deadly one
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Nov 12, 2017
1 parent cada9be commit 208ed51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/Foswiki/AccessControlException.pm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ use v5.14;
use Assert;

use Foswiki::Class;
extends qw(Foswiki::Exception);
extends qw<Foswiki::Exception>;
with qw<Foswiki::Exception::Deadly>;

#our @_newParameters = qw( mode user web topic reason );

Expand Down

0 comments on commit 208ed51

Please sign in to comment.