Searched refs:CliException (Results 1 – 1 of 1) sorted by relevance
9 use splitbrain\phpcli\Exception as CliException; alias194 * @throws CliException if something's wrong210 throw new CliException('Current directory needs to be in plugin or template directory');216 throw new CliException('Current directory has to be main extension directory');294 * @throws CliException when the command can't be run308 throw new CliException('Running git failed');341 } catch (CliException $e) {428 … if (!is_dir('.git')) throw new CliException('This extension seems not to be managed by git');