Class: Commands::Track::InvalidForkFormatError

Inherits:
Thor::Error
  • Object
show all
Defined in:
lib/commands/track/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidForkFormatError

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