9 lines
138 B
Perl
9 lines
138 B
Perl
package Moose::Exception::Legacy;
|
|
our $VERSION = '2.2207';
|
|
|
|
use Moose;
|
|
extends 'Moose::Exception';
|
|
|
|
__PACKAGE__->meta->make_immutable;
|
|
1;
|