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

<?php

/**
 * Thrown when lint or unit tests have no effect, i.e. no paths are affected
 * by any linter or no unit tests provide coverage.
 */
final class ArcanistNoEffectException extends ArcanistUsageException {}
Back to Directory File Manager