Exception: GitShizzle::IndexSpecifications::IndexSpecificationError

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

Instance Method Summary collapse

Constructor Details

#initialize(indexes) ⇒ IndexSpecificationError

Returns a new instance of IndexSpecificationError.



5
6
7
# File 'lib/git_shizzle/index_specifications/errors.rb', line 5

def initialize(indexes)
  super "Could not determine files for indexes: #{indexes.join(', ')}"
end