summaryrefslogtreecommitdiff
path: root/lib/Moose/Exception/Legacy.pm
blob: d960f18b718131aad4e64f0d7dd9e7bf1741fdec (plain)
1
2
3
4
5
6
7
package Moose::Exception::Legacy;
our $VERSION = '2.1405';

use Moose;
extends 'Moose::Exception';

1;