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 c2df86d commit d10c0a8Copy full SHA for d10c0a8
1 file changed
src/Command/Exception/InvalidInputException.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+namespace PH7\PhpReadmeGeneratorFile\Command\Exception;
4
5
+use InvalidArgumentException;
6
7
+class InvalidInputException extends InvalidArgumentException
8
+{
9
+}
0 commit comments