Searched refs:CliException (Results 1 – 1 of 1) sorted by relevance
9 use splitbrain\phpcli\Exception as CliException; alias151 * @throws CliException if something's wrong167 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 run265 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');