Skip to content

Commit

Permalink
Merge branch 'master' of github.com:idciconsulting/MetastazBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dubomatik committed Aug 9, 2011
2 parents baa4142 + 6d0136c commit ef5b36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Metastaz/MetastazContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function hasParameter($name)
public function getParameter($name)
{
if (!$this->hasParameter($name))
throw new Exception(sprintf('Missing %s parameter', $name));
throw new NotFoundHttpException(sprintf('Missing %s parameter', $name));
return $this->parameters[$name];
}

Expand Down

0 comments on commit ef5b36c

Please sign in to comment.