Skip to content

Commit

Permalink
error classes need to inherit from Moose::Error::Default
Browse files Browse the repository at this point in the history
  • Loading branch information
doy authored and csjewell committed May 5, 2010
1 parent c2faeeb commit f78e920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/MooseX/Error/Exception/Class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ use strict;
our $VERSION = '0.099_001';
$VERSION = eval { return $VERSION };

use base 'Moose::Error::Default';

use Exception::Class 1.29 (
'Exception::Moose' => {
'description' => 'Error',
Expand Down

0 comments on commit f78e920

Please sign in to comment.