Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add class X::Hash::Store::OddNumber
  • Loading branch information
Siddhant committed Feb 28, 2012
1 parent 3ca6e5f commit fc96b6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/Exceptions.pm
Expand Up @@ -325,3 +325,7 @@ my class X::Routine::Unwrap is Exception {
my class X::Constructor::Positional is Exception {
method message() { "Default constructor only takes named arguments" }
}

my class X::Hash::Store::OddNumber is Exception {
method message() { "Odd number of elements found where hash expected" }
}

0 comments on commit fc96b6d

Please sign in to comment.