Skip to content

Commit

Permalink
swap use and extends
Browse files Browse the repository at this point in the history
  • Loading branch information
hannaeko committed Mar 1, 2022
1 parent 73e8c8e commit cb40bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zonemaster/Engine/Sanitization/Errors.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use warnings;

use Class::Accessor "antlers";

extends(qw/Zonemaster::Engine::Exception/);
use Zonemaster::Engine::Exception;
extends(qw/Zonemaster::Engine::Exception/);


has 'type' => ( is => 'ro', isa => 'Str' );
Expand Down

0 comments on commit cb40bd8

Please sign in to comment.