We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bbd29 commit 2c38514Copy full SHA for 2c38514
1 file changed
src/Exception/UndefinedBuildException.php
@@ -0,0 +1,14 @@
1
+<?php
2
+
3
+/*
4
+ * This file is part of the Symfony WebpackEncoreBundle package.
5
+ * (c) Fabien Potencier <fabien@symfony.com>
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ */
9
10
+namespace Symfony\WebpackEncoreBundle\Exception;
11
12
+class UndefinedBuildException extends \InvalidArgumentException
13
+{
14
+}
0 commit comments