Exception: GitShizzle::IndexSpecifications::NoFilesError

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

Instance Method Summary collapse

Constructor Details

#initialize(identifier) ⇒ NoFilesError

Returns a new instance of NoFilesError.



17
18
19
# File 'lib/git_shizzle/index_specifications/errors.rb', line 17

def initialize(identifier)
  super "No files for command '#{identifier}'."
end