Missing use statement should be avoided #inslight

This commit is contained in:
Andrés Montañez
2014-06-13 16:25:24 -03:00
parent 1b2188f0b1
commit 49a7e0857a
9 changed files with 19 additions and 4 deletions
+2
View File
@@ -11,6 +11,8 @@
namespace Mage\Yaml\Exception;
use Mage\Yaml\Exception\RuntimeException;
/**
* Exception class thrown when an error occurs during dumping.
*