Skip to content

Commit

Permalink
Fix missing close paren in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmari committed Mar 18, 2013
1 parent e70f826 commit cedb28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Catalyst/DispatchType/Chained.pm
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ sub register {
$args = Data::Dumper::Dumper($args);
Catalyst::Exception->throw(
"Invalid Args($args) for action " . $action->reverse() .
" (use 'Args' or 'Args(<number>)'"
" (use 'Args' or 'Args(<number>)')"
);
}
}
Expand Down

0 comments on commit cedb28e

Please sign in to comment.