Skip to content

Commit 2c38514

Browse files
committed
Create a new exception when the Entrypoint is not defined.
1 parent 59bbd29 commit 2c38514

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
/*
4+
* This file is part of the Symfony WebpackEncoreBundle package.
5+
* (c) Fabien Potencier <[email protected]>
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

Comments
 (0)