Skip to content

Commit

Permalink
EZP-31021: Merged repository-forms exception & command (#57)
Browse files Browse the repository at this point in the history
messages refactoring
  • Loading branch information
webhdx authored Dec 3, 2019
1 parent 3589465 commit 7cd3305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function setParam($name, $value)
protected function getParam($name)
{
if (!isset($this->params[$name])) {
throw new OutOfBoundsException("No such param '$name'");
throw new OutOfBoundsException("There is no param '$name'");
}

return $this->params[$name];
Expand Down

0 comments on commit 7cd3305

Please sign in to comment.