Exception: Hydra::FileCharacterization::ToolNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(tool_name) ⇒ ToolNotFoundError

Returns a new instance of ToolNotFoundError.



7
8
9
# File 'lib/hydra/file_characterization/exceptions.rb', line 7

def initialize(tool_name)
  super("Unable to find Hydra::FileCharacterization tool with name :#{tool_name}")
end