fixed typo

This commit is contained in:
Fabien Potencier 2010-08-30 08:35:59 +02:00
parent 155b120d92
commit 8c47b8a41d

View File

@ -83,7 +83,7 @@ class ExceptionListener
} }
// re-throw the exception as this is a catch-all // re-throw the exception as this is a catch-all
throw new \RuntimeException(sprintf('Exception thrown when handling an exception.', 0, $e)); throw new \RuntimeException('Exception thrown when handling an exception.', 0, $e);
} }
$event->setReturnValue($response); $event->setReturnValue($response);