class Hydra::FileCharacterization::ToolNotFoundError

Public Class Methods

new(tool_name) click to toggle source
Calls superclass method
# 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