Skip to content

Commit 0490b6c

Browse files
committed
Exception class wasnt imported
1 parent b572fc6 commit 0490b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/Markdown/GeneratorCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
namespace PH7\PhpReadmeGeneratorFile\Command\Markdown;
1010

11+
use Exception;
1112
use Nadar\PhpComposerReader\ComposerReader;
1213
use PH7\PhpReadmeGeneratorFile\Command\Exception\EmptyFieldException;
1314
use PH7\PhpReadmeGeneratorFile\Command\Exception\InvalidInputException;

0 commit comments

Comments
 (0)