Exception: Hydra::FileCharacterization::UnspecifiedToolPathError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/hydra/file_characterization/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(tool_class) ⇒ UnspecifiedToolPathError

Returns a new instance of UnspecifiedToolPathError.



4
5
6
# File 'lib/hydra/file_characterization/exceptions.rb', line 4

def initialize(tool_class)
  super("Unspecified tool path for #{tool_class}")
end