Exception: CovLoupe::UsageError
- Defined in:
- lib/cov_loupe/errors/errors.rb
Overview
Command line usage errors
Instance Attribute Summary
Attributes inherited from Error
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from CovLoupe::Error
Class Method Details
.for_subcommand(usage_fragment) ⇒ Object
180 181 182 |
# File 'lib/cov_loupe/errors/errors.rb', line 180 def self.for_subcommand(usage_fragment) new("Usage: cov-loupe #{usage_fragment}") end |
Instance Method Details
#user_friendly_message ⇒ Object
184 185 186 |
# File 'lib/cov_loupe/errors/errors.rb', line 184 def end |