Skip to content

Commit d10c0a8

Browse files
committed
Create InvalidInputException class file
1 parent c2df86d commit d10c0a8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)