CliException
Raised for command-line task and console dispatch failures.
Use this exception when an error belongs specifically to the CLI execution boundary and cannot be represented more clearly by configuration, service, argument, or runtime exceptions. The class extends the historical base PhalconKit exception for compatibility with existing CLI catch blocks.
- Full name:
\PhalconKit\Exception\CliException - Parent class:
\PhalconKit\Exception