mirror of
https://github.com/n3w/helpers-functions-cli.git
synced 2025-12-19 12:43:22 +00:00
fix: Add use clause for Exception so which() can catch RunCommandFailedException correctly
This commit is contained in:
parent
b9a3034788
commit
1992fee96b
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace pointybeard\Helpers\Functions\Cli;
|
namespace pointybeard\Helpers\Functions\Cli;
|
||||||
|
|
||||||
|
use Exception;
|
||||||
use pointybeard\Helpers\Cli\Colour;
|
use pointybeard\Helpers\Cli\Colour;
|
||||||
use pointybeard\Helpers\Cli\Input;
|
use pointybeard\Helpers\Cli\Input;
|
||||||
use pointybeard\Helpers\Functions\Arrays;
|
use pointybeard\Helpers\Functions\Arrays;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue