Class: Commands::Track::InvalidForkFormatError
- Inherits:
-
Thor::Error
- Object
- Thor::Error
- Commands::Track::InvalidForkFormatError
- Defined in:
- lib/commands/track/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidForkFormatError
constructor
A new instance of InvalidForkFormatError.
Constructor Details
#initialize ⇒ InvalidForkFormatError
Returns a new instance of InvalidForkFormatError.
10 11 12 |
# File 'lib/commands/track/errors.rb', line 10 def initialize super 'Fork option container invalid characters. Check you have typed it correctly.' end |