9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Nih\CommandBuilder;
|
|
|
|
class ChildException extends CommandException
|
|
{}
|