Viewing File: /home/ubuntu/code_review/arcanist/src/exception/ArcanistUsageException.php

<?php

/**
 * Thrown when there is a problem with how a user is invoking a command, rather
 * than a technical problem.
 *
 * @concrete-extensible
 */
class ArcanistUsageException extends Exception {}
Back to Directory File Manager