Skip to content

Commit

Permalink
Add X::Syntax::Regex::SolitaryQuantifier
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Oct 5, 2014
1 parent 2e30a3b commit 32aa365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/Exception.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,10 @@ my class X::Syntax::Regex::SpacesInBareRange does X::Syntax {
method message { 'Spaces not allowed in bare range.' }
}

my class X::Syntax::Regex::SolitaryQuantifier does X::Syntax {
method message { 'Quantifier quantifies nothing' }
}

my class X::Syntax::Signature::InvocantMarker does X::Syntax {
method message() {
"Can only use : as invocant marker in a signature after the first parameter"
Expand Down

0 comments on commit 32aa365

Please sign in to comment.