Parcourir la source

Added use statement in Exception

Marc il y a 11 ans
Parent
commit
577e056fa5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Generator/UniqueJobIdentifierGenerator.php

+ 2 - 0
Generator/UniqueJobIdentifierGenerator.php

@@ -9,6 +9,8 @@
 
 namespace Mmoreram\GearmanBundle\Generator;
 
+use Mmoreram\GearmanBundle\Exceptions\WorkerNameTooLongException;
+
 /**
  * Job Unique Key generator
  *