Home
last modified time | relevance | path

Searched refs:CliException (Results 1 – 1 of 1) sorted by relevance

/plugin/dev/
Dcli.php9 use splitbrain\phpcli\Exception as CliException; alias
151 * @throws CliException if something's wrong
167 throw new CliException('Current directory needs to be in plugin or template directory');
173 throw new CliException('Current directory has to be main extension directory');
251 * @throws CliException when the command can't be run
265 throw new CliException('Running git failed');
298 } catch (CliException $e) {
367 … if (!is_dir('.git')) throw new CliException('This extension seems not to be managed by git');