Add missing PHPDoc

This commit is contained in:
Olivier Dolbeau 2012-05-14 17:06:14 +02:00
parent 72b2f6984c
commit 3623580742

View File

@ -105,6 +105,9 @@ class Controller extends ContainerAware
*
* throw $this->createNotFoundException('Page not found!');
*
* @param string $message A message
* @param Exception $previous The previous exception
*
* @return NotFoundHttpException
*/
public function createNotFoundException($message = 'Not Found', \Exception $previous = null)