Exception: Fontist::Errors::TranscodeToolNotFoundError
- Inherits:
-
GeneralError
- Object
- StandardError
- GeneralError
- Fontist::Errors::TranscodeToolNotFoundError
- Defined in:
- lib/fontist/errors.rb
Instance Method Summary collapse
-
#initialize(tool_name) ⇒ TranscodeToolNotFoundError
constructor
A new instance of TranscodeToolNotFoundError.
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 |