Module: Kotoshu::Cli::Errors

Defined in:
lib/kotoshu/cli/errors.rb

Overview

Semantic error classes for the CLI. Subclass Thor::Error so the CLI’s top-level dispatcher can catch them and exit with the appropriate code. Each class carries an ‘exit_status` that the dispatcher reads.

Defined Under Namespace

Classes: CliError, ResourceUnavailable, UsageError