Exception: GitShizzle::IndexSpecifications::IndexSpecificationError
- Inherits:
-
Error
- Object
- StandardError
- Error
- GitShizzle::IndexSpecifications::IndexSpecificationError
- Defined in:
- lib/git_shizzle/index_specifications/errors.rb
Instance Method Summary collapse
-
#initialize(indexes) ⇒ IndexSpecificationError
constructor
A new instance of IndexSpecificationError.
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 |