Exception: Foxtail::CLI::NoFilesError
- Inherits:
-
Error
- Object
- StandardError
- Tools::Error
- Error
- Foxtail::CLI::NoFilesError
- Defined in:
- lib/foxtail/cli.rb
Overview
Raised when no files are specified for a CLI command
Instance Method Summary collapse
-
#initialize ⇒ NoFilesError
constructor
A new instance of NoFilesError.
Constructor Details
#initialize ⇒ NoFilesError
Returns a new instance of NoFilesError.
15 |
# File 'lib/foxtail/cli.rb', line 15 def initialize = super("No files specified") |