Exception: Fontist::Errors::TranscodeToolNotFoundError

Inherits:
GeneralError
  • Object
show all
Defined in:
lib/fontist/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(tool_name) ⇒ TranscodeToolNotFoundError

Returns a new instance of TranscodeToolNotFoundError.



233
234
235
236
# File 'lib/fontist/errors.rb', line 233

def initialize(tool_name)
  super("Transcode tool '#{tool_name}' not found. " \
        "Please install the required package.")
end