]>
BookStack Code Mirror - system-cli/blob - scripts/Commands/CommandError.php
projects
/
system-cli
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Got restore command to a working state
[system-cli]
/
scripts
/
Commands
/
CommandError.php
1
<?php
2
3
namespace Cli\Commands;
4
5
class CommandError extends \Exception {}