Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
X::Import::MissingSymbols needs to inherit from Exception
  • Loading branch information
moritz committed Jun 10, 2012
1 parent 1ebfd94 commit 3605d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -862,7 +862,7 @@ my class X::Eval::NoSuchLang is Exception {
}
}

my class X::Import::MissingSymbols {
my class X::Import::MissingSymbols is Exception {
has $.from;
has @.missing;
method message() {
Expand Down

0 comments on commit 3605d62

Please sign in to comment.