Exception: Fontist::Errors::FontconfigFileNotFoundError
- Inherits:
-
GeneralError
- Object
- StandardError
- GeneralError
- Fontist::Errors::FontconfigFileNotFoundError
- Defined in:
- lib/fontist/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ FontconfigFileNotFoundError
constructor
A new instance of FontconfigFileNotFoundError.
Constructor Details
#initialize ⇒ FontconfigFileNotFoundError
Returns a new instance of FontconfigFileNotFoundError.
14 15 16 |
# File 'lib/fontist/errors.rb', line 14 def initialize super("Fontist file could not be found in fontconfig configuration.") end |