Exception: GitShizzle::IndexSpecifications::IndexParserError

Inherits:
Error
  • Object
show all
Defined in:
lib/git_shizzle/index_specifications/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(index) ⇒ IndexParserError

Returns a new instance of IndexParserError.



11
12
13
# File 'lib/git_shizzle/index_specifications/errors.rb', line 11

def initialize(index)
  super "Could not parse index '#{index}'. Please use numeric indexes or Ruby-style ranges."
end