This commit is contained in:
Romain Neutron
2012-03-30 13:43:50 +02:00
parent 5d45635747
commit 361ef0d9ff

View File

@@ -77,7 +77,7 @@ class Monolog extends ServiceAbstract implements ServiceInterface
if (!class_exists($handlerClassName)) if (!class_exists($handlerClassName))
{ {
throw new \Exception(sprintf( throw new \Exception(sprintf(
'Unable to log monolog handler ùs looked for class %s' 'Unable to log monolog handler %s looked for class %s'
, $handlerName , $handlerName
, $handlerClassName) , $handlerClassName)
); );