class Commands::Track::InvalidForkFormatError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/commands/track/errors.rb, line 10
def initialize
  super 'Fork option container invalid characters. Check you have typed it correctly.'
end