Changeset View
Changeset View
Standalone View
Standalone View
src/exception/ArcanistUsageException.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Thrown when there is a problem with how a user is invoking a command, rather | * Thrown when there is a problem with how a user is invoking a command, rather | ||||
| * than a technical problem. | * than a technical problem. | ||||
| * | * | ||||
| * @group workflow | |||||
| * @concrete-extensible | * @concrete-extensible | ||||
| */ | */ | ||||
| class ArcanistUsageException extends Exception { | class ArcanistUsageException extends Exception {} | ||||
| } | |||||